summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-25 07:41:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-04-25 07:41:20 (GMT)
commit18c3ae0d7abc3c76efa077cdb8a9c849ec1f40ef (patch)
tree9844865efe10f945b2b33d37a6c20dd279c0debe /Documentation
parent98a8fcc82b35c2bc9325c39f19bfa05e6e306662 (diff)
parentffea0248bfb81316d1e87856c7cecb636da9675d (diff)
downloadgit-18c3ae0d7abc3c76efa077cdb8a9c849ec1f40ef.zip
git-18c3ae0d7abc3c76efa077cdb8a9c849ec1f40ef.tar.gz
git-18c3ae0d7abc3c76efa077cdb8a9c849ec1f40ef.tar.bz2
Merge branch 'po/describe-not-necessarily-7'
Docfix. * po/describe-not-necessarily-7: describe doc: remove '7-char' abbreviation reference
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-describe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index ccdc5f8..a88f6ae 100644
--- a/Documentation/git-describe.txt
+++ b/Documentation/git-describe.txt
@@ -139,7 +139,7 @@ at the end.
The number of additional commits is the number
of commits which would be displayed by "git log v1.0.4..parent".
-The hash suffix is "-g" + 7-char abbreviation for the tip commit
+The hash suffix is "-g" + unambiguous abbreviation for the tip commit
of parent (which was `2414721b194453f058079d897d13c4e377f92dc6`).
The "g" prefix stands for "git" and is used to allow describing the version of
a software depending on the SCM the software is managed with. This is useful