summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorBrian Downing <bdowning@lavos.net>2007-11-19 16:58:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-20 08:14:12 (GMT)
commitde1b24609b72920c618a689cfb620ede01640c8a (patch)
tree88b806ea626cf2a1ade35028eb0e19aaadbf39fe /Documentation/config.txt
parent154c7d0759b6885034bffa7a34d464d703fc8bb3 (diff)
downloadgit-de1b24609b72920c618a689cfb620ede01640c8a.zip
git-de1b24609b72920c618a689cfb620ede01640c8a.tar.gz
git-de1b24609b72920c618a689cfb620ede01640c8a.tar.bz2
config: correct core.loosecompression documentation
* core.loosecompression stated that the default was "0 (best speed)", when in fact 0 is "no compression", and the default is Z_BEST_SPEED, which is 1. Signed-off-by: Brian Downing <bdowning@lavos.net> Acked-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 7ee97df..9565652 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -232,7 +232,7 @@ core.loosecompression::
are not in a pack file. -1 is the zlib default. 0 means no
compression, and 1..9 are various speed/size tradeoffs, 9 being
slowest. If not set, defaults to core.compression. If that is
- not set, defaults to 0 (best speed).
+ not set, defaults to 1 (best speed).
core.packedGitWindowSize::
Number of bytes of a pack file to map into memory in a