docs/git-gc: fix minor rendering issue
authorSZEDER Gábor <szeder.dev@gmail.com>
Tue, 17 Apr 2018 21:36:28 +0000 (23:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Apr 2018 03:07:23 +0000 (12:07 +0900)
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 0d7566a5ba (Add --aggressive option to 'git gc',
2007-05-09).

Remove that single quote.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt
index 571b5a7e3c9dbc11aafc194b6e08dbbed5b2f7d3..2e159a1ebf512484ec75c2357a231da0602c42d3 100644 (file)
@@ -123,7 +123,7 @@ The optional configuration variable `gc.aggressiveWindow` controls how
 much time is spent optimizing the delta compression of the objects in
 the repository when the --aggressive option is specified.  The larger
 the value, the more time is spent optimizing the delta compression.  See
-the documentation for the --window' option in linkgit:git-repack[1] for
+the documentation for the --window option in linkgit:git-repack[1] for
 more details.  This defaults to 250.
 
 Similarly, the optional configuration variable `gc.aggressiveDepth`