Skip to content

Commit

Permalink
git-describe.1: clarify that "human readable" is also git-readable
Browse files Browse the repository at this point in the history
The caption uses the term "human readable", but the DESCRIPTION did
not explain this in context.

Signed-off-by: Frederick Eaton <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Frederick Eaton authored and gitster committed Sep 21, 2018
1 parent 6271d94 commit 55f6bce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/git-describe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ The command finds the most recent tag that is reachable from a
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.
abbreviated object name of the most recent commit. The result
is a "human-readable" object name which can also be used to
identify the commit to other git commands.

By default (without --all or --tags) `git describe` only shows
annotated tags. For more information about creating annotated tags
Expand Down

0 comments on commit 55f6bce

Please sign in to comment.