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) | ||
commit | de1b24609b72920c618a689cfb620ede01640c8a | |
tree | 88b806ea626cf2a1ade35028eb0e19aaadbf39fe | tree | snapshot |
parent | 154c7d0759b6885034bffa7a34d464d703fc8bb3 | commit | diff |
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>
* 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>
Documentation/config.txt | diff | blob | history |