summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 32efcd9)
raw | patch | inline | side by side (parent: 32efcd9)
author | Ian Hilt <ian.hilt@gmail.com> | |
Wed, 14 May 2008 18:30:55 +0000 (14:30 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 May 2008 18:47:03 +0000 (11:47 -0700) |
Signed-off-by: Ian Hilt <ian.hilt@gmail.com>
Credit-to: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Credit-to: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-describe.txt | patch | blob | history |
index 0742152b811e23ea304feb368c8d949785e2fdfb..5e88b6e79ad99aeb5aeaddd8be6c6c2dc5837941 100644 (file)
DESCRIPTION
-----------
The command finds the most recent tag that is reachable from a
-commit, and if the commit itself is pointed at by the tag, shows
-the tag. Otherwise, it suffixes the tag name with the number of
-additional commits and the abbreviated object name of the commit.
+commit. If the tag points to the commit, then only the tag is
+shown. Otherwise, it suffixes the tag name with the number of
+additional commits on top of the tagged object and the
+abbreviated object name of the most recent commit.
OPTIONS