]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7400-submodule-basic.sh
git-apply: apply submodule changes
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 15 Aug 2007 17:22:09 +0000 (19:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Aug 2007 04:39:07 +0000 (21:39 -0700)
commite06c5a6c7bdaa8c96b72e29f7fb49a331f1e0cc2
tree0e2bd1bc594b9f1b8787bdd6b7a8f18b770ada4f
parentda899deb24ff66ec2166389516a915c01bf0a387
git-apply: apply submodule changes

Apply "Subproject commit HEX" changes produced by git-diff.
As usual in the current git, only the superproject itself is actually
modified (possibly creating empty directories for new submodules).
Any checked-out submodule is left untouched and is not required to
be up-to-date.

With clean-ups from Junio C Hamano.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-apply.txt
builtin-apply.c
t/t7400-submodule-basic.sh