git-describe: --tags and --abbrev
authorJunio C Hamano <junkio@cox.net>
Tue, 27 Dec 2005 22:40:17 +0000 (14:40 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Dec 2005 01:57:27 +0000 (17:57 -0800)
With --tags, not just annontated tags, but also any ref under
refs/tags/ are used to name the revision.

The number of digits is configurable with the --abbrev=<n> option.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found