From: Matthieu Moy Date: Tue, 16 Jun 2015 13:16:38 +0000 (+0200) Subject: Documentation/describe: improve one-line summary X-Git-Tag: v2.4.6~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/25f600e142125368288779603f069fc6a675118e?ds=inline;hp=--cc Documentation/describe: improve one-line summary 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 Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- 25f600e142125368288779603f069fc6a675118e diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index d20ca402a1..e045fc73f8 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -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