Skip to content

Commit

Permalink
core.compression documentation formatting fix.
Browse files Browse the repository at this point in the history
I didn't notice earlier that two colons are required for the
asciidoc entry.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Joachim Berdal Haga authored and Junio C Hamano committed Jul 6, 2006
1 parent ac83aa2 commit 3d3e95a
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 @@ -91,7 +91,7 @@ core.warnAmbiguousRefs::
If true, git will warn you if the ref name you passed it is ambiguous
and might match multiple refs in the .git/refs/ tree. True by default.

core.compression:
core.compression::
An integer -1..9, indicating the compression level for objects that
are not in a pack file. -1 is the zlib and git default. 0 means no
compression, and 1..9 are various speed/size tradeoffs, 9 being
Expand Down

0 comments on commit 3d3e95a

Please sign in to comment.