Skip to content

Commit de1b246

Browse files
bdowninggitster
authored andcommitted
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>
1 parent 154c7d0 commit de1b246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ core.loosecompression::
232232
are not in a pack file. -1 is the zlib default. 0 means no
233233
compression, and 1..9 are various speed/size tradeoffs, 9 being
234234
slowest. If not set, defaults to core.compression. If that is
235-
not set, defaults to 0 (best speed).
235+
not set, defaults to 1 (best speed).
236236

237237
core.packedGitWindowSize::
238238
Number of bytes of a pack file to map into memory in a

0 commit comments

Comments
 (0)