Skip to content

Commit

Permalink
config: correct core.loosecompression documentation
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Brian Downing authored and Junio C Hamano committed Nov 20, 2007
1 parent 154c7d0 commit de1b246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de1b246

Please sign in to comment.