aboutsummaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2010-04-22 22:30:20 +0200
committerJunio C Hamano <gitster@pobox.com>2010-05-06 13:22:44 -0700
commit980bde389491e65df3a6f26f755064013b65740c (patch)
tree375fae79a10a9f990ce7ed6f31b4827d4f16c551 /t/t7508-status.sh
parent18f3b5a9d37de606604f00360df55e5a5fe70739 (diff)
downloadgit-980bde389491e65df3a6f26f755064013b65740c.tar.gz
git-980bde389491e65df3a6f26f755064013b65740c.tar.xz
wt-status: take advice.statusHints seriously
Currently, status gives a lot of hints even when advice.statusHints is false. Change this so that all hints depend on the config variable. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 7409a06c0..1301ec87e 100755
--- a/t/t7508-status.sh
+++ b/t/t7508-status.sh
@@ -151,7 +151,7 @@ cat >expect <<EOF
# Changed but not updated:
# modified: dir1/modified
#
-# Untracked files not listed (use -u option to show untracked files)
+# Untracked files not listed
EOF
git config advice.statusHints false
test_expect_success 'status -uno (advice.statusHints false)' '