Teach core.bigfilethreashold to pack-objects
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Apr 2011 17:44:11 +0000 (10:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2011 03:25:49 +0000 (20:25 -0700)
commit15366280c27e922ace0ba7d33cb3504dc59d742e
treefe512d5fabebbb2257b818e9cd3a530eb163e599
parent7ed863a85a6ce2c4ac4476848310b8f917ab41f9
Teach core.bigfilethreashold to pack-objects

The pack-objects command should take notice of the object file and
refrain from attempting to delta large ones, to be consistent with
the fast-import command.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/pack-objects.c
cache.h
config.c
environment.c
fast-import.c