<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/technical, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-07-09T09:42:41Z</updated>
<entry>
<title>Assorted typo fixes</title>
<updated>2006-07-09T09:42:41Z</updated>
<author>
<name>Pavel Roskin</name>
<email>proski@gnu.org</email>
</author>
<published>2006-07-09T07:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=addf88e455f85bc6cfe0284b70aaad10b6d3486e'/>
<id>urn:sha1:addf88e455f85bc6cfe0284b70aaad10b6d3486e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: Spelling fixes</title>
<updated>2006-06-04T06:54:55Z</updated>
<author>
<name>Horst H. von Brand</name>
<email>vonbrand@inf.utfsm.cl</email>
</author>
<published>2006-06-03T20:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=abda1ef590d94a5e15e7ce3b685b5c092a790cfa'/>
<id>urn:sha1:abda1ef590d94a5e15e7ce3b685b5c092a790cfa</id>
<content type='text'>
Signed-off-by: Horst H. von Brand &lt;vonbrand@inf.utfsm.cl&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Improved pack format documentation.</title>
<updated>2006-05-31T06:09:02Z</updated>
<author>
<name>Shawn Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2006-05-29T07:17:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1361fa3e49717de9588e6d925073eb6885cedaa3'/>
<id>urn:sha1:1361fa3e49717de9588e6d925073eb6885cedaa3</id>
<content type='text'>
While trying to implement a pack reader in Java I was mislead by
some facts listed in this documentation as well as found a few
details to be missing about the pack header.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add Documentation/technical/pack-format.txt</title>
<updated>2006-04-07T09:07:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-07T09:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9760662f1a7a06516ca249a73e5c1a6fb6c0e26e'/>
<id>urn:sha1:9760662f1a7a06516ca249a73e5c1a6fb6c0e26e</id>
<content type='text'>
... along with the previous one, pack-heuristics, by popular
demand.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Added Packing Heursitics IRC writeup.</title>
<updated>2006-04-07T09:06:18Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2006-03-03T01:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b116b297a80b54632256eb89dd22ea2b140de622'/>
<id>urn:sha1:b116b297a80b54632256eb89dd22ea2b140de622</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@jdl.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: fix missing links to git(7)</title>
<updated>2005-12-13T07:55:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-13T07:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=76cead391f77142f153ceafcb21ba50f0b09dd15'/>
<id>urn:sha1:76cead391f77142f153ceafcb21ba50f0b09dd15</id>
<content type='text'>
Also move pack protocol description to technical/.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Finish documenting trivial merge rules</title>
<updated>2005-09-25T05:05:55Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-09-25T03:50:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7061f5c2c5fdde49a952db9dfe09bcfd8b8f9794'/>
<id>urn:sha1:7061f5c2c5fdde49a952db9dfe09bcfd8b8f9794</id>
<content type='text'>
Fix missing symbol explanations, a few incorrect cases, and add
two-way merge rules.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Document the trivial merge rules for 3(+more ancestors)-way merges.</title>
<updated>2005-09-11T01:27:41Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-09-05T06:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3d89cb4f3f5333d5eb5899352566ad071dbd0d0c'/>
<id>urn:sha1:3d89cb4f3f5333d5eb5899352566ad071dbd0d0c</id>
<content type='text'>
Signed-off-by: Daniel Barkalow
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
