author | Nicolas Pitre <nico@cam.org> | |
Wed, 29 Jun 2005 04:27:45 +0000 (00:27 -0400) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 04:38:47 +0000 (21:38 -0700) | ||
commit | 69a2d426f0d249bca2c6f754b3c1283c0fa72fd4 | |
tree | b71e760d5a5da66dda5170b9c2ad6073c10f9814 | tree | snapshot |
parent | 9d5ab9625ddb53a68a99516225d0bcb39ec473d5 | commit | diff |
[PATCH] denser delta header encoding
Since the delta data format is not tied to any actual git object
anymore, now is the time to add a small improvement to the delta data
header as it is been done for packed object header. This patch allows
for reducing the delta header of about 2 bytes and makes for simpler
code.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Since the delta data format is not tied to any actual git object
anymore, now is the time to add a small improvement to the delta data
header as it is been done for packed object header. This patch allows
for reducing the delta header of about 2 bytes and makes for simpler
code.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
count-delta.c | diff | blob | history | |
diff-delta.c | diff | blob | history | |
patch-delta.c | diff | blob | history |