author | Nicolas Pitre <nico@cam.org> | |
Thu, 21 Sep 2006 04:07:39 +0000 (00:07 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 27 Sep 2006 07:12:00 +0000 (00:12 -0700) | ||
commit | 209c554ab45701fb78de77fdcec803fef2c8fd39 | |
tree | 1e9684843379083b9fb7df827539d3e71132539d | tree | snapshot |
parent | eb32d236df0c16b936b04f0c5402addb61cdb311 | commit | diff |
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>
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 | diff | blob | history |