Hi Ævar, Ævar Arnfjörð Bjarmason wrote: > diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt > index 66386439b7..c037a46b09 100644 > --- a/Documentation/git-gc.txt > +++ b/Documentation/git-gc.txt > @@ -45,28 +45,12 @@ OPTIONS > --auto:: > With this option, 'git gc' checks whether any housekeeping is > required; if not, it exits without performing any work. > - Some git commands run `git gc --auto` after performing > - operations that could create many loose objects. Housekeeping > - is required if there are too many loose objects or too many > - packs in the repository. > + > -If the number of loose objects exceeds the value of the `gc.auto` > -configuration variable, then all loose objects are combined into a > -single pack. Setting the value of `gc.auto` > -to 0 disables automatic packing of loose objects. > +See the `gc.auto' option in the "CONFIGURATION" section below for how > +this heuristic works. Did you want this "gc.auto" to use the differing left and right accent/quote characters (which asciidoc renders as single-quotes and asciidoctor as double-quotes) or should the closing "'" instead be "`" to render "gc.auto" as monospaced text? I suspect it's the latter, as that matches most of the other variable names in the docs. I noticed this while comparing the output from asciidoc and asciidoctor. I've got a few similar changes queued up as minor fixes to lower the diff between asciidoc/tor but I wanted to check whether you intended this one before I sent a patch to correct it. :) Thanks, -- Todd