author | Junio C Hamano <gitster@pobox.com> | |
Tue, 5 Apr 2011 17:44:11 +0000 (10:44 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 Apr 2011 03:25:49 +0000 (20:25 -0700) | ||
commit | 15366280c27e922ace0ba7d33cb3504dc59d742e | |
tree | fe512d5fabebbb2257b818e9cd3a530eb163e599 | tree | snapshot |
parent | 7ed863a85a6ce2c4ac4476848310b8f917ab41f9 | commit | diff |
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>
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 | diff | blob | history | |
builtin/pack-objects.c | diff | blob | history | |
cache.h | diff | blob | history | |
config.c | diff | blob | history | |
environment.c | diff | blob | history | |
fast-import.c | diff | blob | history |