summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-02 23:02:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-02 23:02:56 (GMT)
commitc42f63671c0f09cba0c8247c4d1d8121f37798fe (patch)
tree0455a5d2bb8b59fa72305235d831bbba0fc3206f /t
parent7385a42572977c000c361aaad3e5ec066bd240ec (diff)
parent518120e3487a00148f8001454f1e76e484442a22 (diff)
downloadgit-c42f63671c0f09cba0c8247c4d1d8121f37798fe.zip
git-c42f63671c0f09cba0c8247c4d1d8121f37798fe.tar.gz
git-c42f63671c0f09cba0c8247c4d1d8121f37798fe.tar.bz2
Merge branch 'sb/describe-long'
* sb/describe-long: git-describe: --long shows the object name even for a tagged commit
Diffstat (limited to 't')
-rwxr-xr-xt/t6120-describe.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh
index ae8ee11..a7557bd 100755
--- a/t/t6120-describe.sh
+++ b/t/t6120-describe.sh
@@ -94,4 +94,6 @@ check_describe D-* --tags HEAD^^
check_describe A-* --tags HEAD^^2
check_describe B --tags HEAD^^2^
+check_describe B-0-* --long HEAD^^2^
+
test_done