describe doc: remove '7-char' abbreviation reference

While the minimum is 7-char, the unambiguous length can be longer. Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Philip Oakley committed Apr 6, 2019 at 14:27 UTC ffea0248bfb81316d1e87856c7cecb636da9675d
1 file changed +1 -1
Documentation/git-describe.txt
+1 -1
@@ -139,7 +139,7 @@ at the end.
139
140 The number of additional commits is the number
141 of commits which would be displayed by "git log v1.0.4..parent".
142 -The hash suffix is "-g" + 7-char abbreviation for the tip commit
142 +The hash suffix is "-g" + unambiguous abbreviation for the tip commit
143 of parent (which was `2414721b194453f058079d897d13c4e377f92dc6`).
144 The "g" prefix stands for "git" and is used to allow describing the version of
145 a software depending on the SCM the software is managed with. This is useful