diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-17 15:10:10 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-25 14:15:48 -0700 |
commit | 8e27364128b091e76059229d4f009bc7f869fa9f (patch) | |
tree | 057b9699f182904c9e85e153bc10f8117a8941a3 /builtin-unpack-objects.c | |
parent | pack-objects: reuse deflated data from new-style loose objects. (diff) | |
download | tgif-8e27364128b091e76059229d4f009bc7f869fa9f.tar.xz |
unpack-objects: read configuration data upon startup.
With this, unpack-objects will write out the loose objects with
new-style headers when core.legacyheaders configuration is set
to false.
One unfortunate thing is that we still need inflate/deflate cycle
when unpacking, even for objects in the pack stream that are not
deltified, because it is not possible to determine the boundary of
objects in the encoded stream cheaply without inflating it first.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-unpack-objects.c')
0 files changed, 0 insertions, 0 deletions