]> git.ipfire.org Git - thirdparty/git.git/commit
git-describe: still prefer annotated tag under --all and --tags
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Dec 2005 00:09:37 +0000 (16:09 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Dec 2005 01:57:27 +0000 (17:57 -0800)
commit64deb858b0c71f485d186e91cd00cf8b6ec64087
tree2c25704cd356f03325dbe3a06690fbc3c8f6aac8
parent2d9e7c9f908d0a025970a5592d47def3d77e77a9
git-describe: still prefer annotated tag under --all and --tags

Even though --all and --tags can be used to include non
annotated tags in the reference point candidates, prefer to use
annotated tags if there are more than one refs that name the
same commit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
describe.c