Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyd Stephen Smith Jr <bss@iguanasuicide.net>2009-01-22 21:26:25 +0300
committerJunio C Hamano <gitster@pobox.com>2009-01-23 11:17:04 +0300
commitb938f62a208d24f3d6bed260ceb809cd6b3924d7 (patch)
treef87d596fb18be5dc12ce7f017da1653276984fa9 /Documentation/git-describe.txt
parent3aed2fda6f8233895be0d1142c4c4b407fb692c3 (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>
Diffstat (limited to 'Documentation/git-describe.txt')
-rw-r--r--Documentation/git-describe.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index c4dbc2ae34..59a6fd17ab 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>::