Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
status: show 'revert' state and status hint
[gitweb.git]
/
t
/
t7508-status.sh
diff --git
a/t/t7508-status.sh
b/t/t7508-status.sh
index 55ecd260863d239750bc55f288befe7ec25d242b..e2ffdacc267c22e369247791e24338a20badf94d 100755
(executable)
--- a/
t/t7508-status.sh
+++ b/
t/t7508-status.sh
@@
-8,6
+8,7
@@
test_description='git status'
. ./test-lib.sh
test_expect_success 'status -h in broken repository' '
+ git config --global advice.statusuoption false &&
mkdir broken &&
test_when_finished "rm -fr broken" &&
(