]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/reduce-gc-aggressive-depth'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:29 +0000 (15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 22:15:30 +0000 (15:15 -0700)
"git gc --aggressive" used to limit the delta-chain length to 250,
which is way too deep for gaining additional space savings and is
detrimental for runtime performance.  The limit has been reduced to
50.

* jk/reduce-gc-aggressive-depth:
  gc: default aggressive depth to 50

1  2 
Documentation/config.txt
builtin/gc.c

Simple merge
diff --cc builtin/gc.c
Simple merge