From: Boyd Stephen Smith Jr Date: Thu, 22 Jan 2009 18:26:25 +0000 (-0600) Subject: Fix Documentation for git-describe X-Git-Tag: v1.6.1.1~10^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b938f62a208d24f3d6bed260ceb809cd6b3924d7?ds=inline;hp=b938f62a208d24f3d6bed260ceb809cd6b3924d7 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 Signed-off-by: Junio C Hamano ---