builtin-pack-objects.c: don't compute deltas when repacking big files.
commitdd61355adadf8b3405bb95f1d1b2796a00262a48
authorSam Hocevar <sam@zoy.org>
Tue, 24 Mar 2009 14:29:14 +0000 (24 15:29 +0100)
committerSam Hocevar <sam@zoy.org>
Tue, 24 Mar 2009 14:29:14 +0000 (24 15:29 +0100)
tree3025b384d0f8e8208e3d1f16c78793b2ce201688
parent9f2df08cecb0a305dcfba8cb48b83b0fc71b94c3
builtin-pack-objects.c: don't compute deltas when repacking big files.

pack-object already excludes from delta computation files smaller than 50
bytes and files with the "delta" attribute. This patch adds files larger
than core.bigFileThreshold to the list.
builtin-pack-objects.c