From: Brian Downing Date: Mon, 19 Nov 2007 16:58:50 +0000 (-0600) Subject: config: correct core.loosecompression documentation X-Git-Tag: v1.5.3.7~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=de1b24609b72920c618a689cfb620ede01640c8a;p=git.git 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 Acked-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 7ee97df8a..95656526c 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