author | Sven Verdoolaege <skimo@kotnet.org> | |
Wed, 15 Aug 2007 17:22:09 +0000 (19:22 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 16 Aug 2007 04:39:07 +0000 (21:39 -0700) | ||
commit | e06c5a6c7bdaa8c96b72e29f7fb49a331f1e0cc2 | |
tree | 0e2bd1bc594b9f1b8787bdd6b7a8f18b770ada4f | tree | snapshot |
parent | da899deb24ff66ec2166389516a915c01bf0a387 | commit | diff |
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>
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 | diff | blob | history | |
builtin-apply.c | diff | blob | history | |
t/t7400-submodule-basic.sh | diff | blob | history |