OSDN Git Service

Documentation/describe: improve one-line summary
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Tue, 16 Jun 2015 13:16:38 +0000 (15:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jun 2015 20:19:34 +0000 (13:19 -0700)
git describe does not show 'the most recent tag that is reachable from a
commit', but a descriptive name based on this tag. Fix the description to
reflect that.

Suggested-by: Albert Netymk <albertnetymk@gmail.com>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-describe.txt

index d20ca40..e045fc7 100644 (file)
@@ -3,7 +3,7 @@ git-describe(1)
 
 NAME
 ----
-git-describe - Show the most recent tag that is reachable from a commit
+git-describe - Describe a commit using the most recent tag reachable from it
 
 
 SYNOPSIS