diff options
author | Boyd Stephen Smith Jr <bss@iguanasuicide.net> | 2009-01-22 12:26:25 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-23 00:17:04 -0800 |
commit | b938f62a208d24f3d6bed260ceb809cd6b3924d7 (patch) | |
tree | f87d596fb18be5dc12ce7f017da1653276984fa9 /Documentation | |
parent | 3aed2fda6f8233895be0d1142c4c4b407fb692c3 (diff) | |
download | git-b938f62a208d24f3d6bed260ceb809cd6b3924d7.tar.gz git-b938f62a208d24f3d6bed260ceb809cd6b3924d7.tar.xz |
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 <bss@iguanasuicide.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-describe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index c4dbc2ae3..59a6fd17a 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -38,7 +38,7 @@ OPTIONS Automatically implies --tags. --abbrev=<n>:: - Instead of using the default 8 hexadecimal digits as the + Instead of using the default 7 hexadecimal digits as the abbreviated object name, use <n> digits. --candidates=<n>:: |