OSDN Git Service

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)
"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

1  2 
Documentation/config.txt
fast-import.c
t/t9300-fast-import.sh

Simple merge
diff --cc fast-import.c
Simple merge
Simple merge