commit | 9d5ab9625ddb53a68a99516225d0bcb39ec473d5 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Jun 28 17:49:27 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 28 20:37:42 2005 -0700 |
tree | 50c53ecc9651c7f697aabac2cd48e3f7d04ce638 | |
parent | 67e5a5ece41eebc7fec497911690e5a8ca38aea6 [diff] |
[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>