[PATCH] Emit base objects of a delta chain when the delta is output.
commit9d5ab9625ddb53a68a99516225d0bcb39ec473d5
authorJunio C Hamano <junkio@cox.net>
Wed, 29 Jun 2005 00:49:27 +0000 (28 17:49 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 03:37:42 +0000 (28 20:37 -0700)
tree50c53ecc9651c7f697aabac2cd48e3f7d04ce638
parent67e5a5ece41eebc7fec497911690e5a8ca38aea6
[PATCH] Emit base objects of a delta chain when the delta is output.

Deltas are useless by themselves and when you use them you need to get
to their base objects.  A base object should inherit recency from the
most recent deltified object that is based on it and that is what this
patch teaches git-pack-objects.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
pack-objects.c