We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54e6ce5 + 4fced24 commit 6968ca9Copy full SHA for 6968ca9
t/t7508-status.sh
@@ -1603,7 +1603,7 @@ EOF
1603
test_expect_success 'git commit -m will commit a staged but ignored submodule' '
1604
git commit -uno -m message &&
1605
git status -s --ignore-submodules=dirty >output &&
1606
- test_i18ngrep ! "^M. sm" output &&
+ test_i18ngrep ! "^M. sm" output &&
1607
git config --remove-section submodule.subname &&
1608
git config -f .gitmodules --remove-section submodule.subname
1609
'
0 commit comments