diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-15 20:41:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-15 20:41:26 +0200 |
commit | b7abfacf5e41e9ea4d73869d163d2a5a0fc4f475 (patch) | |
tree | c46e47d105809cca5135c1d0664b86d9a4bf7086 | |
parent | Merge branch 'jc/prompt-document-ps1-state-separator' into maint (diff) | |
parent | Documentation/describe: improve one-line summary (diff) | |
download | git-b7abfacf5e41e9ea4d73869d163d2a5a0fc4f475.tar.xz git-b7abfacf5e41e9ea4d73869d163d2a5a0fc4f475.zip |
Merge branch 'mm/describe-doc' into maint
Docfix.
* mm/describe-doc:
Documentation/describe: improve one-line summary
-rw-r--r-- | Documentation/git-describe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |