diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-03 18:29:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-03 18:29:51 -0800 |
commit | 4d4c3e1c12df7a76810f72a9012e591516cef03d (patch) | |
tree | 88800e531712823410b7423069cd53a804a70d44 /t/t6120-describe.sh | |
parent | 3291fe4072ee3ac52fb927a0b504d4440d3bbe5a (diff) | |
download | git-4d4c3e1c12df7a76810f72a9012e591516cef03d.tar.gz |
t6120 (describe): check --long properly
Existing test checked --long only for exactly tagged commit. We should
make sure it works sensibly for commits that are not tagged.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6120-describe.sh')
-rwxr-xr-x | t/t6120-describe.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh index 22425d5263..56bbd8519d 100755 --- a/t/t6120-describe.sh +++ b/t/t6120-describe.sh @@ -98,6 +98,7 @@ check_describe A-* --tags HEAD^^2 check_describe B --tags HEAD^^2^ check_describe B-0-* --long HEAD^^2^ +check_describe A-3-* --long HEAD^^2 test_expect_success 'rename tag A to Q locally' ' mv .git/refs/tags/A .git/refs/tags/Q |