<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, 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>request-pull: allow ls-remote to notice remote.$nickname.uploadpack</title>
<updated>2009-07-29T06:31:38Z</updated>
<author>
<name>Tom Grennan</name>
<email>tgrennan@redback.com</email>
</author>
<published>2009-07-29T01:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=33016c491367c5144b3007927cd76492ac193d16'/>
<id>urn:sha1:33016c491367c5144b3007927cd76492ac193d16</id>
<content type='text'>
The location to pull from should be converted from the configured nickname
to URL in the message, but ls-remote should be fed the nickname so that
the command uses remote.$nickname.* variables, most notably "uploadpack".

Signed-off-by: Tom Grennan &lt;tgrennan@redback.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>t9143: do not fail if Compress::Zlib is missing</title>
<updated>2009-07-26T18:51:45Z</updated>
<author>
<name>Eric Wong</name>
<email>normalperson@yhbt.net</email>
</author>
<published>2009-07-26T10:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=df73af5f667a479764d2b2195cb0cb60b0b89e3d'/>
<id>urn:sha1:df73af5f667a479764d2b2195cb0cb60b0b89e3d</id>
<content type='text'>
"git svn gc" will not compress unhandled.log files if
Compress::Zlib is missing.  However, leftover index files should
always be removed, so add a test for this behavior as well.

Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Trivial path quoting fixes in git-instaweb</title>
<updated>2009-07-26T18:27:27Z</updated>
<author>
<name>Sean Estabrooks</name>
<email>seanlkml@sympatico.ca</email>
</author>
<published>2009-07-18T16:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e24c76bf09576e0d197db1e40dff655a75e9efe1'/>
<id>urn:sha1:e24c76bf09576e0d197db1e40dff655a75e9efe1</id>
<content type='text'>
Bodo Schlecht noticed that Instaweb didn't propely quote all
path instances in the Apache config file it generated.

Acked-by: Eric Wong &lt;normalperson@yhbt.net&gt;

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'gp/maint-rebase-p-onto'</title>
<updated>2009-07-26T18:24:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2009-07-26T18:24:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d1926f63ec93e84dba1a54c5de898fb517d9ca59'/>
<id>urn:sha1:d1926f63ec93e84dba1a54c5de898fb517d9ca59</id>
<content type='text'>
* gp/maint-rebase-p-onto:
  Fix rebase -p --onto
</content>
</entry>
</feed>
