]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
[PATCH] Deltification library work by Nicolas Pitre.
authorNicolas Pitre <nico@cam.org>
Thu, 19 May 2005 14:27:14 +0000 (10:27 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 15:56:22 +0000 (08:56 -0700)
commita310d4349467d78266f38d29e500c77b96ee5bef
tree33777305e65ea08fcb143ecc2a25f94bc75ee141
parent21949255d1a9c04ed8cba9c54ddac13889b2ea26
[PATCH] Deltification library work by Nicolas Pitre.

This patch adds the basic library functions to create and replay delta
information.  Also included is a test-delta utility to validate the
code.

diff-delta was based on LibXDiff written by Davide Libenzi

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
delta.h [new file with mode: 0644]
diff-delta.c [new file with mode: 0644]
patch-delta.c [new file with mode: 0644]
test-delta.c [new file with mode: 0644]