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 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>

SZEDER Gábor committed Apr 17, 2018 at 23:36 UTC bed21a8ad6b5d45fc9aee6204ed61c1072b2833b
1 file changed +1 -1
Documentation/git-gc.txt
+1 -1
@@ -123,7 +123,7 @@ The optional configuration variable `gc.aggressiveWindow` controls how
123 much time is spent optimizing the delta compression of the objects in
124 the repository when the --aggressive option is specified. The larger
125 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
127 more details. This defaults to 250.
128
129 Similarly, the optional configuration variable `gc.aggressiveDepth`