]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/reduce-gc-aggressive-depth' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:49:42 +0000 (16:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:49:42 +0000 (16:49 -0700)
commiteb293ac8d62b05ce15b837759a5e660617212a37
treeb2bc33be22e824239c7d0a92283a7a28a75508f6
parente25e6f3947403ed87cc016b7dc2c0692a5b6c2d2
parent07e7dbf0db05a550a92a6a5a8977ac47efa7b794
Merge branch 'jk/reduce-gc-aggressive-depth' into maint

"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
Documentation/config.txt
builtin/gc.c