diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-01 14:02:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-01 14:02:31 -0700 |
commit | 15b3f711481245d0d403b424a7856b76e7bae2bb (patch) | |
tree | cbf04650a93c84186bad278b8db4770039a44dbc | |
parent | Merge branch 'da/mergetool-winmerge' (diff) | |
parent | Documentation/describe: improve one-line summary (diff) | |
download | tgif-15b3f711481245d0d403b424a7856b76e7bae2bb.tar.xz |
Merge branch 'mm/describe-doc'
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 |