diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-01 09:19:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-01 09:19:30 -0700 |
commit | fec274b01f39262f945edb64c14c3bfe130b5bef (patch) | |
tree | a1b30b637f50bd78c19bf3611ff2fae52056b40a /t/t7508-status.sh | |
parent | Merge branch 'da/downcase-u-in-usage' into maint (diff) | |
parent | status: advise to consider use of -u when read_directory takes too long (diff) | |
download | tgif-fec274b01f39262f945edb64c14c3bfe130b5bef.tar.xz |
Merge branch 'tb/document-status-u-tradeoff' into maint
* tb/document-status-u-tradeoff:
status: advise to consider use of -u when read_directory takes too long
git status: document trade-offs in choosing parameters to the -u option
Diffstat (limited to 't/t7508-status.sh')
-rwxr-xr-x | t/t7508-status.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh index a79c032ffd..aecb4d1e5f 100755 --- 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" && ( |