Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-describe.txt: make description more readable
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>
Documentation/git-describe.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
32efcd9
)
diff --git
a/Documentation/git-describe.txt
b/Documentation/git-describe.txt
index 0742152b811e23ea304feb368c8d949785e2fdfb..5e88b6e79ad99aeb5aeaddd8be6c6c2dc5837941 100644
(file)
--- a/
Documentation/git-describe.txt
+++ b/
Documentation/git-describe.txt
@@
-13,9
+13,10
@@
SYNOPSIS
DESCRIPTION
-----------
The command finds the most recent tag that is reachable from a
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
OPTIONS