summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 154c7d0)
raw | patch | inline | side by side (parent: 154c7d0)
author | Brian Downing <bdowning@lavos.net> | |
Mon, 19 Nov 2007 16:58:50 +0000 (10:58 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Nov 2007 08:14:12 +0000 (00:14 -0800) |
* 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>
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>
Documentation/config.txt | patch | blob | history |
index 7ee97df8a70cd6c6b127d7d32f5e325acc405c98..95656526c45de083e541b3ecfe51ed5c234f9b87 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
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