author | Junio C Hamano <junkio@cox.net> | |
Wed, 29 Jun 2005 00:49:27 +0000 (17:49 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 03:37:42 +0000 (20:37 -0700) | ||
commit | 9d5ab9625ddb53a68a99516225d0bcb39ec473d5 | |
tree | 50c53ecc9651c7f697aabac2cd48e3f7d04ce638 | tree | snapshot |
parent | 67e5a5ece41eebc7fec497911690e5a8ca38aea6 | commit | 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>
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 | diff | blob | history |