From 4d4c3e1c12df7a76810f72a9012e591516cef03d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 3 Mar 2008 18:29:51 -0800 Subject: [PATCH] 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 --- t/t6120-describe.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2