diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-15 11:41:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-15 11:41:26 -0700 |
commit | b7abfacf5e41e9ea4d73869d163d2a5a0fc4f475 (patch) | |
tree | c46e47d105809cca5135c1d0664b86d9a4bf7086 | |
parent | 51d5980ea019a28b38d2f9612314daf3ea536e82 (diff) | |
parent | 25f600e142125368288779603f069fc6a675118e (diff) | |
download | git-b7abfacf5e41e9ea4d73869d163d2a5a0fc4f475.tar.gz |
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 |