Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-27 00:09:32 +0300
committerJunio C Hamano <gitster@pobox.com>2017-06-27 00:09:32 +0300
commit6968ca9b255d1ee327c36bdd79418aa8d8b2c38f (patch)
tree9ab6f75ecb3840b3739e735ef342e52fbd2b93b7 /t/t7508-status.sh
parent54e6ce5960689026f1ea97db493dc8cd0a7f8e1e (diff)
parent4fced24712b205fb4998878b9000b9d42dc089b6 (diff)
Merge branch 'ks/t7508-indent-fix'
Cosmetic update to a test. * ks/t7508-indent-fix: t7508: fix a broken indentation
Diffstat (limited to 't/t7508-status.sh')
-rwxr-xr-xt/t7508-status.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh
index 7121a550c7..f7fe22a195 100755
--- a/t/t7508-status.sh
+++ b/t/t7508-status.sh
@@ -1603,7 +1603,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
'