1
0
mirror of https://github.com/git/git.git synced 2025-04-08 19:04:36 +00:00

Merge branch 'mm/describe-doc' into maint

Docfix.

* mm/describe-doc:
  Documentation/describe: improve one-line summary
This commit is contained in:
Junio C Hamano 2015-07-15 11:41:26 -07:00
commit b7abfacf5e

View 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