Fix Documentation for git-describe
commitb938f62a208d24f3d6bed260ceb809cd6b3924d7
authorBoyd Stephen Smith Jr <bss@iguanasuicide.net>
Thu, 22 Jan 2009 18:26:25 +0000 (22 12:26 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2009 08:17:04 +0000 (23 00:17 -0800)
treef87d596fb18be5dc12ce7f017da1653276984fa9
parent3aed2fda6f8233895be0d1142c4c4b407fb692c3
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>
Documentation/git-describe.txt