diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-02 15:02:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-02 15:02:56 -0800 |
commit | c42f63671c0f09cba0c8247c4d1d8121f37798fe (patch) | |
tree | 0455a5d2bb8b59fa72305235d831bbba0fc3206f /t | |
parent | 7385a42572977c000c361aaad3e5ec066bd240ec (diff) | |
parent | 518120e3487a00148f8001454f1e76e484442a22 (diff) | |
download | git-c42f63671c0f09cba0c8247c4d1d8121f37798fe.tar.gz git-c42f63671c0f09cba0c8247c4d1d8121f37798fe.tar.xz |
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-x | t/t6120-describe.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh index ae8ee1118..a7557bdc7 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 |