diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-04-22 22:30:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-06 13:22:44 -0700 |
commit | 980bde389491e65df3a6f26f755064013b65740c (patch) | |
tree | 375fae79a10a9f990ce7ed6f31b4827d4f16c551 /t | |
parent | t7508: test advice.statusHints (diff) | |
download | tgif-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')
-rwxr-xr-x | t/t7508-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh index 7409a06c0b..1301ec87e9 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)' ' |