diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-02-25 08:27:50 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-25 08:28:06 -0800 |
commit | 2a4a26b53d5ad18ded5d79b0cf0b617ebbb758b4 (patch) | |
tree | 5bb00d5bc31310536d4816689f577ef75dccf44d /t/t7512-status-help.sh | |
parent | 3ca26e8cdc19f3758a3803358f8ae1a03a4eb2e4 (diff) | |
parent | 7a0d8db36e1256fd2ac9fa6b97b947e536c2202b (diff) | |
download | git-2a4a26b53d5ad18ded5d79b0cf0b617ebbb758b4.tar.gz git-2a4a26b53d5ad18ded5d79b0cf0b617ebbb758b4.tar.xz |
Sync with 'maint'
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7512-status-help.sh')
-rwxr-xr-x | t/t7512-status-help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh index 51ab89411..d2da89a5f 100755 --- a/t/t7512-status-help.sh +++ b/t/t7512-status-help.sh @@ -5,7 +5,7 @@ # Grenoble INP Ensimag # -test_description='git status advices' +test_description='git status advice' . ./test-lib.sh |