From: Junio C Hamano Date: Tue, 4 Mar 2008 02:29:51 +0000 (-0800) Subject: t6120 (describe): check --long properly X-Git-Tag: v1.5.5-rc0~70 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=4d4c3e1c12df7a76810f72a9012e591516cef03d;p=git.git 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 --- diff --git a/t/t6120-describe.sh b/t/t6120-describe.sh index 22425d526..56bbd8519 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