<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-write-tree.txt, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-12-06T05:47:16Z</updated>
<entry>
<title>Added documentation for few missing options.</title>
<updated>2005-12-06T05:47:16Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2005-12-06T05:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=61f693bd5a2ab4d830aad6fce0a1c70863f38009'/>
<id>urn:sha1:61f693bd5a2ab4d830aad6fce0a1c70863f38009</id>
<content type='text'>
More $ shell prompts in examples.
Minor English grammar improvements.
Added a few "See Also"s.
Use back-ticks on more command examples.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Change 'cache' to 'index' in the docs</title>
<updated>2005-11-11T23:12:29Z</updated>
<author>
<name>Lukas_Sandström</name>
<email>lukass@etek.chalmers.se</email>
</author>
<published>2005-11-11T01:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5f3aa197ac03eabbc45046cd3b9dbcfbda0426d9'/>
<id>urn:sha1:5f3aa197ac03eabbc45046cd3b9dbcfbda0426d9</id>
<content type='text'>
This patch makes the documentation refer to the index
as index instead of cache, but some references still
remain. (e.g. git-update-index.txt)

Signed-off-by: Lukas Sandström &lt;lukass@etek.chalmers.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove the version tags from the manpages</title>
<updated>2005-10-10T21:49:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-10T21:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=98438bd0e893c23186fb82ea8b04964c0f1ef9d1'/>
<id>urn:sha1:98438bd0e893c23186fb82ea8b04964c0f1ef9d1</id>
<content type='text'>
Signed-off-by: Christian Meder &lt;chris@absolutegiganten.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Documentation: Update all files to use the new gitlink: macro</title>
<updated>2005-09-20T22:07:52Z</updated>
<author>
<name>Sergey Vlasov</name>
<email>vsu@altlinux.ru</email>
</author>
<published>2005-09-19T10:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a7154e916c6fab01dfb67629dae8c4430daff669'/>
<id>urn:sha1:a7154e916c6fab01dfb67629dae8c4430daff669</id>
<content type='text'>
The replacement was performed automatically by these commands:

	perl -pi -e 's/link:(git.+)\.html\[\1\]/gitlink:$1\[1\]/g' \
		README Documentation/*.txt
	perl -pi -e 's/link:git\.html\[git\]/gitlink:git\[7\]/g' \
		README Documentation/*.txt

Signed-off-by: Sergey Vlasov &lt;vsu@altlinux.ru&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Big tool rename.</title>
<updated>2005-09-08T00:45:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-08T00:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7'/>
<id>urn:sha1:215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7</id>
<content type='text'>
As promised, this is the "big tool rename" patch.  The primary differences
since 0.99.6 are:

  (1) git-*-script are no more.  The commands installed do not
      have any such suffix so users do not have to remember if
      something is implemented as a shell script or not.

  (2) Many command names with 'cache' in them are renamed with
      'index' if that is what they mean.

There are backward compatibility symblic links so that you and
Porcelains can keep using the old names, but the backward
compatibility support  is expected to be removed in the near
future.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Assorted documentation patches</title>
<updated>2005-08-06T06:07:00Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2005-08-05T15:05:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2c6e4771959dbe8116f39587d912f1215c06cd0d'/>
<id>urn:sha1:2c6e4771959dbe8116f39587d912f1215c06cd0d</id>
<content type='text'>
[jc: Johannes spent time and effort to see how consistent our
use of terminilogy is, and as a byproduct made these corrections
not related to the terminology unification.  I really appreciate
it.]

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Trivial tidyups</title>
<updated>2005-07-30T00:21:49Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2005-07-29T09:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e'/>
<id>urn:sha1:0b124bb4bf8eafae8a4eae9c1fc44bf63da2e62e</id>
<content type='text'>
Simple whitespace-related tidyups ensuring style consistency.

This is carried over from my old git-pb branch.

Signed-off-by: Petr Baudis &lt;pasky@ucw.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Remove leftover comment from documentation.</title>
<updated>2005-07-14T03:53:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-14T03:27:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f28198e1367bd11eafbc18425f19c157d06a7e61'/>
<id>urn:sha1:f28198e1367bd11eafbc18425f19c157d06a7e61</id>
<content type='text'>
The comment was left over from the days when we had a single
huge core-git.txt document.  No more.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] add --missing-ok option to write-tree</title>
<updated>2005-07-11T17:20:53Z</updated>
<author>
<name>Bryan Larsen</name>
<email>bryanlarsen@yahoo.com</email>
</author>
<published>2005-07-11T03:53:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9c1fa70aaa03f48fb172f9a96d57148f144bc3a9'/>
<id>urn:sha1:9c1fa70aaa03f48fb172f9a96d57148f144bc3a9</id>
<content type='text'>
This option allows a write-tree even if the referenced objects are not
in the database.

Signed-off-by: Bryan Larsen &lt;bryan.larsen@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH 1/4] split core-git.txt and update</title>
<updated>2005-05-10T21:55:22Z</updated>
<author>
<name>David Greaves</name>
<email>david@dgreaves.com</email>
</author>
<published>2005-05-10T21:32:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2cf565c53c88c557eedd7e5629437b3c6fe74329'/>
<id>urn:sha1:2cf565c53c88c557eedd7e5629437b3c6fe74329</id>
<content type='text'>
Split the core-git.txt file
Formatting fix to the diff-format.txt

Signed-off-by: David Greaves &lt;david@dgreaves.com&gt;
</content>
</entry>
</feed>
