]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ew/fast-import-unpack-limit'
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 18:01:00 +0000 (11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jun 2016 18:01:00 +0000 (11:01 -0700)
commit8d6a7e9a198488a1594cd178240fb56085129c78
treeaa6606eb5caa6d2062f3253635ae96cc5a52fe75
parent05219a1276341e72d8082d76b7f5ed394b7437a4
parentd2986d0f290a065fb8a534fabfff36c40d37ae97
Merge branch 'ew/fast-import-unpack-limit'

"git fast-import" learned the same performance trick to avoid
creating too small a packfile as "git fetch" and "git push" have,
using *.unpackLimit configuration.

* ew/fast-import-unpack-limit:
  fast-import: invalidate pack_id references after loosening
  fast-import: implement unpack limit
Documentation/config.txt
fast-import.c
t/t9300-fast-import.sh