summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-08-18 12:28:58 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-08-18 12:28:58 -0700
commit226d06c16bcafda3417163437be9845130fd4998 (patch)
treecccf5515162f65b6829d94d33bf381b4cfee2fa1 /t
parentMerge branch 'vs/doc-spell' (diff)
parentexamples/commit: use --abbrev for commit summary (diff)
downloadtgif-226d06c16bcafda3417163437be9845130fd4998.tar.xz
Merge branch 'jn/fix-abbrev'
* jn/fix-abbrev: examples/commit: use --abbrev for commit summary checkout, commit: remove confusing assignments to rev.abbrev archive: abbreviate substituted commit ids again
Diffstat (limited to 't')
-rwxr-xr-xt/t5001-archive-attr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5001-archive-attr.sh b/t/t5001-archive-attr.sh
index 426b319bd3..02d4d2284d 100755
--- a/t/t5001-archive-attr.sh
+++ b/t/t5001-archive-attr.sh
@@ -4,7 +4,7 @@ test_description='git archive attribute tests'
. ./test-lib.sh
-SUBSTFORMAT=%H%n
+SUBSTFORMAT='%H (%h)%n'
test_expect_exists() {
test_expect_success " $1 exists" "test -e $1"