mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
Merge branch 'ks/t7508-indent-fix' into maint
Cosmetic update to a test. * ks/t7508-indent-fix: t7508: fix a broken indentation
This commit is contained in:
commit
8f3a16c390
@ -1494,7 +1494,7 @@ EOF
|
||||
test_expect_success 'git commit -m will commit a staged but ignored submodule' '
|
||||
git commit -uno -m message &&
|
||||
git status -s --ignore-submodules=dirty >output &&
|
||||
test_i18ngrep ! "^M. sm" output &&
|
||||
test_i18ngrep ! "^M. sm" output &&
|
||||
git config --remove-section submodule.subname &&
|
||||
git config -f .gitmodules --remove-section submodule.subname
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user