summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-20 19:53:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-20 19:53:09 (GMT)
commit316fa401e1c953ffc80533aaf6839817595cdd77 (patch)
tree6ad48c40abadde6c9c7d44a9d03246da65f94f25 /t
parent7d61b31b67a470c7008a989901d3efa1e6533dbe (diff)
parent7f1592db5d4cba2b3de3a1ce46eb8c05bd33e0a1 (diff)
downloadgit-316fa401e1c953ffc80533aaf6839817595cdd77.zip
git-316fa401e1c953ffc80533aaf6839817595cdd77.tar.gz
git-316fa401e1c953ffc80533aaf6839817595cdd77.tar.bz2
Merge branch 'jn/fix-abbrev' into maint
* 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 426b319..02d4d22 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"