v4 fixes a misbalanced quote noted by Todd Zullinger in <20190330180415.GC4047@xxxxxxxxx>, and makes this equivalent to the post-squash version sitting in gitster/ab/gc-docs now. Ævar Arnfjörð Bjarmason (11): gc docs: modernize the advice for manually running "gc" gc docs: stop noting "repack" flags gc docs: clean grammar for "gc.bigPackThreshold" gc docs: include the "gc.*" section from "config" in "gc" gc docs: re-flow the "gc.*" section in "config" gc docs: fix formatting for "gc.writeCommitGraph" gc docs: note how --aggressive impacts --window & --depth gc docs: downplay the usefulness of --aggressive gc docs: note "gc --aggressive" in "fast-import" gc docs: clarify that "gc" doesn't throw away referenced objects gc docs: remove incorrect reference to gc.auto=0 Documentation/config/gc.txt | 38 ++++++-- Documentation/git-fast-import.txt | 7 ++ Documentation/git-gc.txt | 142 ++++++++++-------------------- 3 files changed, 86 insertions(+), 101 deletions(-) Range-diff: 1: a48ef8d5d8 = 1: a48ef8d5d8 gc docs: modernize the advice for manually running "gc" 2: 21e66a7903 = 2: 21e66a7903 gc docs: stop noting "repack" flags 3: c8a1342e34 = 3: c8a1342e34 gc docs: clean grammar for "gc.bigPackThreshold" 4: 9163e2f885 ! 4: f54ef80e69 gc docs: include the "gc.*" section from "config" in "gc" @@ -100,7 +100,7 @@ -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 ++See the `gc.auto` option in the "CONFIGURATION" section below for how +this heuristic works. + -If the number of packs exceeds the value of `gc.autoPackLimit`, 5: 8fa0e26671 = 5: 4ea4cf885a gc docs: re-flow the "gc.*" section in "config" 6: b70396f029 = 6: ae5755278f gc docs: fix formatting for "gc.writeCommitGraph" 7: 04ee81a3c9 = 7: fc3bd0d5f4 gc docs: note how --aggressive impacts --window & --depth 8: 04af0afbcf = 8: 7cff026e58 gc docs: downplay the usefulness of --aggressive 9: c35bc94416 = 9: 64617c43f6 gc docs: note "gc --aggressive" in "fast-import" 10: 702f2cd2d9 = 10: 84e5c669eb gc docs: clarify that "gc" doesn't throw away referenced objects 11: 08af3cc3ee = 11: 6a027d25a7 gc docs: remove incorrect reference to gc.auto=0 -- 2.21.0.392.gf8f6787159e