]> git.ipfire.org Git - thirdparty/git.git/commit
teach git-unpack-objects about deltas with offset to base
authorNicolas Pitre <nico@cam.org>
Thu, 21 Sep 2006 04:07:39 +0000 (00:07 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Sep 2006 07:12:00 +0000 (00:12 -0700)
commit209c554ab45701fb78de77fdcec803fef2c8fd39
tree1e9684843379083b9fb7df827539d3e71132539d
parenteb32d236df0c16b936b04f0c5402addb61cdb311
teach git-unpack-objects about deltas with offset to base

For delta resolution to be possible, a list of sha1/offset tuple must
be constructed in memory in order to load the appropriate base object.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-unpack-objects.c