aboutsummaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
diff options
context:
space:
mode:
authorJens Lehmann <Jens.Lehmann@web.de>2010-01-17 20:42:31 +0100
committerJunio C Hamano <gitster@pobox.com>2010-01-17 15:55:11 -0800
commitf17a5d34948363087db94a1cb2c3c715c1ada2d8 (patch)
treef722090e75900ee30dd81837f89564feab0fc267 /t/t7508-status.sh
parent8e08b4198c40cd6d3a5d1a7e60a599adabece08e (diff)
downloadgit-f17a5d34948363087db94a1cb2c3c715c1ada2d8.tar.gz
git-f17a5d34948363087db94a1cb2c3c715c1ada2d8.tar.xz
git status: Show uncommitted submodule changes too when enabled
When the configuration variable status.submodulesummary is not 0 or false, "git status" shows the submodule summary of the staged submodule commits. But it did not show the summary of those commits not yet staged in the supermodule, making it hard to see what will not be committed. The output of "submodule summary --for-status" has been changed from "# Modified submodules:" to "# Submodule changes to be committed:" for the already staged changes. "# Submodules changed but not updated:" has been added for changes that will not be committed. This is much clearer and consistent with the output for regular files. Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7508-status.sh')
-rwxr-xr-xt/t7508-status.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh
index cf67fe3a4..556d0faa7 100755
--- a/t/t7508-status.sh
+++ b/t/t7508-status.sh
@@ -579,7 +579,7 @@ cat >expect <<EOF
#
# modified: dir1/modified
#
-# Modified submodules:
+# Submodule changes to be committed:
#
# * sm 0000000...$head (1):
# > Add foo
@@ -672,7 +672,7 @@ cat >expect <<EOF
#
# modified: dir1/modified
#
-# Modified submodules:
+# Submodule changes to be committed:
#
# * sm 0000000...$head (1):
# > Add foo