Skip to content

Commit b7893cd

Browse files
ihiltgitster
authored andcommitted
Documentation/git-describe.txt: make description more readable
Signed-off-by: Ian Hilt <[email protected]> Credit-to: Kevin Ballard <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 32efcd9 commit b7893cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/git-describe.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ SYNOPSIS
1313
DESCRIPTION
1414
-----------
1515
The command finds the most recent tag that is reachable from a
16-
commit, and if the commit itself is pointed at by the tag, shows
17-
the tag. Otherwise, it suffixes the tag name with the number of
18-
additional commits and the abbreviated object name of the commit.
16+
commit. If the tag points to the commit, then only the tag is
17+
shown. Otherwise, it suffixes the tag name with the number of
18+
additional commits on top of the tagged object and the
19+
abbreviated object name of the most recent commit.
1920

2021

2122
OPTIONS

0 commit comments

Comments
 (0)