We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32efcd9 commit b7893cdCopy full SHA for b7893cd
Documentation/git-describe.txt
@@ -13,9 +13,10 @@ SYNOPSIS
13
DESCRIPTION
14
-----------
15
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.
+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
19
+abbreviated object name of the most recent commit.
20
21
22
OPTIONS
0 commit comments