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 0b3dcfe commit 846b8f6Copy full SHA for 846b8f6
Documentation/git-describe.txt
@@ -105,6 +105,9 @@ The number of additional commits is the number
105
of commits which would be displayed by "git log v1.0.4..parent".
106
The hash suffix is "-g" + 7-char abbreviation for the tip commit
107
of parent (which was `2414721b194453f058079d897d13c4e377f92dc6`).
108
+The "g" prefix stands for "git" and is used to allow describing the version of
109
+a software depending on the SCM the software is managed with. This is useful
110
+in an environment where people may use different SCMs.
111
112
Doing a 'git describe' on a tag-name will just show the tag name:
113
0 commit comments