From: Junio C Hamano Date: Mon, 17 Jul 2006 22:06:23 +0000 (-0700) Subject: pack-objects: reuse deflated data from new-style loose objects. X-Git-Tag: v1.4.3-rc1~270^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ceec1361ebbc4613813ba42976503f5e304cfacf?hp=ceec1361ebbc4613813ba42976503f5e304cfacf pack-objects: reuse deflated data from new-style loose objects. When packing an object without deltifying, if the data is stored in a loose object that is encoded with a new style header, copy it without inflating and deflating. Signed-off-by: Junio C Hamano ---