summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2019-03-22 09:32:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-24 12:31:10 (GMT)
commitfc559fbb54e5852be7d9cbd854a375333409aa2f (patch)
treebd223432bcf1b9d46683c171c60f95119e8816bb /Documentation
parentcf9cd771e1314ad5cd8eaf1d92b7a5fd5e6b734f (diff)
downloadgit-fc559fbb54e5852be7d9cbd854a375333409aa2f.zip
git-fc559fbb54e5852be7d9cbd854a375333409aa2f.tar.gz
git-fc559fbb54e5852be7d9cbd854a375333409aa2f.tar.bz2
gc docs: clean grammar for "gc.bigPackThreshold"
Clean up the grammar in the documentation for "gc.bigPackThreshold". This documentation was added in 9806f5a7bf ("gc --auto: exclude base pack if not enough mem to "repack -ad"", 2018-04-15). Saying "the amount of memory estimated for" flows more smoothly than the previous "the amount of memory is estimated not enough". Suggested-by: Jeff King <peff@peff.net> Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-gc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index c56f4f7..6638643 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -59,8 +59,8 @@ If the number of packs exceeds the value of `gc.autoPackLimit`,
then existing packs (except those marked with a `.keep` file
or over `gc.bigPackThreshold` limit)
are consolidated into a single pack.
-If the amount of memory is estimated not enough for `git repack` to
-run smoothly and `gc.bigPackThreshold` is not set, the largest
+If the amount of memory estimated for `git repack` to run smoothly is
+not available and `gc.bigPackThreshold` is not set, the largest
pack will also be excluded (this is the equivalent of running `git gc`
with `--keep-base-pack`).
Setting `gc.autoPackLimit` to 0 disables automatic consolidation of