Documentation/git-describe.txt: make description more readable
Signed-off-by: Ian Hilt <ian.hilt@gmail.com> Credit-to: Kevin Ballard <kevin@sb.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -13,9 +13,10 @@ SYNOPSIS
|
|||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
The command finds the most recent tag that is reachable from a
|
The command finds the most recent tag that is reachable from a
|
||||||
commit, and if the commit itself is pointed at by the tag, shows
|
commit. If the tag points to the commit, then only the tag is
|
||||||
the tag. Otherwise, it suffixes the tag name with the number of
|
shown. Otherwise, it suffixes the tag name with the number of
|
||||||
additional commits and the abbreviated object name of the commit.
|
additional commits on top of the tagged object and the
|
||||||
|
abbreviated object name of the most recent commit.
|
||||||
|
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
Reference in New Issue
Block a user