author | Boyd Stephen Smith Jr <bss@iguanasuicide.net> | |
Thu, 22 Jan 2009 18:26:25 +0000 (12:26 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 23 Jan 2009 08:17:04 +0000 (00:17 -0800) | ||
commit | b938f62a208d24f3d6bed260ceb809cd6b3924d7 | |
tree | f87d596fb18be5dc12ce7f017da1653276984fa9 | tree | snapshot |
parent | 3aed2fda6f8233895be0d1142c4c4b407fb692c3 | commit | diff |
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>
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>
Documentation/git-describe.txt | diff | blob | history |