summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e28476)
raw | patch | inline | side by side (parent: 1e28476)
author | Jens Lehmann <Jens.Lehmann@web.de> | |
Wed, 1 Sep 2010 21:28:27 +0000 (23:28 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 3 Sep 2010 16:34:32 +0000 (09:34 -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/t7406-submodule-update.sh | patch | blob | history | |
t/t7407-submodule-foreach.sh | patch | blob | history |
index 1382a8e58a14c8fcc92889aad492d5883fd64f2b..bfb4975e940e29edf3b06e5c074b8e963cfbbdcf 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 &&
git clone super rebasing &&
index db9365b6454b18eb07f5c0798e13e18d696498c6..905a8baae9a03a4b47512bb3eb3e0f9ec84f5ca4 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 &&
(
submodule.sub2 submodule.foo2 &&
git config -f .gitmodules --rename-section \
submodule.sub3 submodule.foo3 &&
- git add .gitmodules
+ git add .gitmodules &&
test_tick &&
git commit -m "submodules" &&
git submodule init sub1 &&