summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae3f721)
raw | patch | inline | side by side (parent: ae3f721)
author | Jens Lehmann <Jens.Lehmann@web.de> | |
Wed, 18 Aug 2010 21:20:33 +0000 (23:20 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 22 Aug 2010 06:00:31 +0000 (23:00 -0700) |
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7403-submodule-sync.sh | patch | blob | history |
index 7538756487d9b9483143b338104cd6af13397a91..bade2179b1f7f6be44ba3266eae147634b60987f 100755 (executable)
echo file > file &&
git add file &&
test_tick &&
- git commit -m upstream
+ git commit -m upstream &&
git clone . super &&
git clone super submodule &&
(cd super &&
) &&
mv submodule moved-submodule &&
(cd super &&
- git config -f .gitmodules submodule.submodule.url ../moved-submodule
+ git config -f .gitmodules submodule.submodule.url ../moved-submodule &&
test_tick &&
git commit -a -m moved-submodule
)