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