We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3f721 commit 0eb032dCopy full SHA for 0eb032d
t/t7403-submodule-sync.sh
@@ -14,7 +14,7 @@ test_expect_success setup '
14
echo file > file &&
15
git add file &&
16
test_tick &&
17
- git commit -m upstream
+ git commit -m upstream &&
18
git clone . super &&
19
git clone super submodule &&
20
(cd super &&
@@ -42,7 +42,7 @@ test_expect_success 'change submodule url' '
42
) &&
43
mv submodule moved-submodule &&
44
45
- git config -f .gitmodules submodule.submodule.url ../moved-submodule
+ git config -f .gitmodules submodule.submodule.url ../moved-submodule &&
46
47
git commit -a -m moved-submodule
48
)
0 commit comments