]> git.ipfire.org Git - thirdparty/git.git/commit - diff-delta.c
[PATCH] denser delta header encoding
authorNicolas Pitre <nico@cam.org>
Wed, 29 Jun 2005 04:27:45 +0000 (00:27 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 04:38:47 +0000 (21:38 -0700)
commit69a2d426f0d249bca2c6f754b3c1283c0fa72fd4
treeb71e760d5a5da66dda5170b9c2ad6073c10f9814
parent9d5ab9625ddb53a68a99516225d0bcb39ec473d5
[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>
count-delta.c
diff-delta.c
patch-delta.c