Skip to content

Commit bed21a8

Browse files
szedergitster
authored andcommitted
docs/git-gc: fix minor rendering issue
An unwanted single quote character in the paragraph documenting the 'gc.aggressiveWindow' config variable prevented the name of that config variable from being rendered correctly, ever since that piece of docs was added in 0d7566a (Add --aggressive option to 'git gc', 2007-05-09). Remove that single quote. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc849d8 commit bed21a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The optional configuration variable `gc.aggressiveWindow` controls how
123123
much time is spent optimizing the delta compression of the objects in
124124
the repository when the --aggressive option is specified. The larger
125125
the value, the more time is spent optimizing the delta compression. See
126-
the documentation for the --window' option in linkgit:git-repack[1] for
126+
the documentation for the --window option in linkgit:git-repack[1] for
127127
more details. This defaults to 250.
128128

129129
Similarly, the optional configuration variable `gc.aggressiveDepth`

0 commit comments

Comments
 (0)