Skip to content

Commit b938f62

Browse files
stephen-smithgitster
authored andcommitted
Fix Documentation for git-describe
The documentation for git-describe says the default abbreviation is 8 hexadecimal digits while cache.c clearly shows DEFAULT_ABBREV set to 7. This patch corrects the documentation. Signed-off-by: Boyd Stephen Smith Jr <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3aed2fd commit b938f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-describe.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ OPTIONS
3838
Automatically implies --tags.
3939

4040
--abbrev=<n>::
41-
Instead of using the default 8 hexadecimal digits as the
41+
Instead of using the default 7 hexadecimal digits as the
4242
abbreviated object name, use <n> digits.
4343

4444
--candidates=<n>::

0 commit comments

Comments
 (0)