Skip to content

Commit

Permalink
Documentation/git-describe.txt: make description more readable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ian Hilt authored and Junio C Hamano committed May 14, 2008
1 parent 32efcd9 commit b7893cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/git-describe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ SYNOPSIS
DESCRIPTION
-----------
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
the tag. Otherwise, it suffixes the tag name with the number of
additional commits and the abbreviated object name of the commit.
commit. If the tag points to the commit, then only the tag is
shown. Otherwise, it suffixes the tag name with the number of
additional commits on top of the tagged object and the
abbreviated object name of the most recent commit.


OPTIONS
Expand Down

0 comments on commit b7893cd

Please sign in to comment.