<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/patch-delta.c, branch v0.99</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-06-29T16:11:38Z</updated>
<entry>
<title>[PATCH] assorted delta code cleanup</title>
<updated>2005-06-29T16:11:38Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-06-29T06:49:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dcde55bc58ae845307efbdce3a1071f75ccd758e'/>
<id>urn:sha1:dcde55bc58ae845307efbdce3a1071f75ccd758e</id>
<content type='text'>
This is a wrap-up patch including all the cleanups I've done to the
delta code and its usage.  The most important change is the
factorization of the delta header handling code.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] denser delta header encoding</title>
<updated>2005-06-29T04:38:47Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-06-29T04:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=69a2d426f0d249bca2c6f754b3c1283c0fa72fd4'/>
<id>urn:sha1:69a2d426f0d249bca2c6f754b3c1283c0fa72fd4</id>
<content type='text'>
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 &lt;nico@cam.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Deltification library work by Nicolas Pitre.</title>
<updated>2005-05-19T15:56:22Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-05-19T14:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a310d4349467d78266f38d29e500c77b96ee5bef'/>
<id>urn:sha1:a310d4349467d78266f38d29e500c77b96ee5bef</id>
<content type='text'>
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 &lt;nico@cam.org&gt;
Signed-off-by: Davide Libenzi &lt;davidel@xmailserver.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
