<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v1.6.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-07-29T07:32:42Z</updated>
<entry>
<title>GIT 1.6.4</title>
<updated>2009-07-29T07:32:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-29T07:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0a53e9ddeaddad63ad106860237bbf53411d11a7'/>
<id>urn:sha1:0a53e9ddeaddad63ad106860237bbf53411d11a7</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 1.6.3.4</title>
<updated>2009-07-29T07:00:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-29T07:00:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=441b40d833fdfa93eb2908e52742248faf0ee993'/>
<id>urn:sha1:441b40d833fdfa93eb2908e52742248faf0ee993</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>GIT 1.6.3.4</title>
<updated>2009-07-29T06:59:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-29T06:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e276f018f2c1f0fc962fbe44a36708d1cdebada8'/>
<id>urn:sha1:e276f018f2c1f0fc962fbe44a36708d1cdebada8</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>config.txt: document add.ignore-errors</title>
<updated>2009-07-29T06:56:01Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2009-05-31T05:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5c6d8bb29043a3e53c84f1782392a4d71dd10ff9'/>
<id>urn:sha1:5c6d8bb29043a3e53c84f1782392a4d71dd10ff9</id>
<content type='text'>
Use the description of "--ignore-errors" from git-add.txt as
inspiration.

Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Update the documentation of the raw diff output format</title>
<updated>2009-07-28T20:32:59Z</updated>
<author>
<name>David Kågedal</name>
<email>davidk@lysator.liu.se</email>
</author>
<published>2009-07-28T08:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f552e51ef9d376c17fa707b7af9582108f4ec81c'/>
<id>urn:sha1:f552e51ef9d376c17fa707b7af9582108f4ec81c</id>
<content type='text'>
This includes mentioning the initial hash output of diff-tree, and
changes the header to "raw output format" which is more descriptive.

Signed-off-by: David Kågedal &lt;davidk@lysator.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-rerere.txt: Clarify ambiguity of the config variable</title>
<updated>2009-07-28T20:30:42Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2009-07-28T14:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=02944cc4929c6a7438dbde9216f9ebb193f1ae81'/>
<id>urn:sha1:02944cc4929c6a7438dbde9216f9ebb193f1ae81</id>
<content type='text'>
Use the less ambiguous
"set variable foo in order to enable bar"
rather than
"set variable foo to enable bar" which may trick users into
assuming that "enable" is a good value for "foo".

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'en/fast-export'</title>
<updated>2009-07-26T18:23:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-26T18:23:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=feab68cd91439cb9eef26f7197ac857da1238a49'/>
<id>urn:sha1:feab68cd91439cb9eef26f7197ac857da1238a49</id>
<content type='text'>
* en/fast-export:
  fast-export: Document the fact that git-rev-list arguments are accepted
  Add new fast-export testcases
  fast-export: Add a --tag-of-filtered-object option for newly dangling tags
  fast-export: Do parent rewriting to avoid dropping relevant commits
  fast-export: Make sure we show actual ref names instead of "(null)"
  fast-export: Omit tags that tag trees
  fast-export: Set revs.topo_order before calling setup_revisions
</content>
</entry>
<entry>
<title>GIT 1.6.4-rc3</title>
<updated>2009-07-26T07:05:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-26T07:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17'/>
<id>urn:sha1:d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/config.txt: a variable can be defined on the section header line</title>
<updated>2009-07-26T06:58:29Z</updated>
<author>
<name>Nanako Shiraishi</name>
<email>nanako3@lavabit.com</email>
</author>
<published>2009-07-25T00:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2ceb639f93d4ca05467ec34f49de8b6ceb0deb03'/>
<id>urn:sha1:2ceb639f93d4ca05467ec34f49de8b6ceb0deb03</id>
<content type='text'>
Signed-off-by: Nanako Shiraishi &lt;nanako3@lavabit.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge git://git.bogomips.org/git-svn</title>
<updated>2009-07-26T05:54:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-26T05:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae71760d242abd564eef2f5587a9633f2ee882dc'/>
<id>urn:sha1:ae71760d242abd564eef2f5587a9633f2ee882dc</id>
<content type='text'>
* git://git.bogomips.org/git-svn:
  git svn: make minimize URL more reliable over http(s)
  git svn: avoid escaping '/' when renaming/copying files
  t9142: stop httpd after the test
  git svn: the branch command no longer needs the full path
  git svn: revert default behavior for --minimize-url
  git svn: add gc command
</content>
</entry>
</feed>
