]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6120-describe.sh
t6120 (describe): check --long properly
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Mar 2008 02:29:51 +0000 (18:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Mar 2008 02:29:51 +0000 (18:29 -0800)
commit4d4c3e1c12df7a76810f72a9012e591516cef03d
tree88800e531712823410b7423069cd53a804a70d44
parent3291fe4072ee3ac52fb927a0b504d4440d3bbe5a
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>
t/t6120-describe.sh