<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.3.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.3.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.3.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2015-01-21T01:35:41Z</updated>
<entry>
<title>Git 2.3.0-rc1</title>
<updated>2015-01-21T01:35:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-21T00:54:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=627736ca799edacf13881da7e671964a0afb94b8'/>
<id>urn:sha1:627736ca799edacf13881da7e671964a0afb94b8</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/http-push-symref-fix'</title>
<updated>2015-01-21T01:31:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-21T01:31:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ea6e82c875a110f93d43cb246b76c55fb8c57de6'/>
<id>urn:sha1:ea6e82c875a110f93d43cb246b76c55fb8c57de6</id>
<content type='text'>
* jk/http-push-symref-fix:
  http-push: trim trailing newline from remote symref
</content>
</entry>
<entry>
<title>Merge branch 'ak/show-branch-usage-string'</title>
<updated>2015-01-21T00:16:09Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-21T00:16:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=17ad37112de878e7f946d202f830c95907d40f70'/>
<id>urn:sha1:17ad37112de878e7f946d202f830c95907d40f70</id>
<content type='text'>
* ak/show-branch-usage-string:
  show-branch: fix indentation of usage string
</content>
</entry>
<entry>
<title>show-branch: fix indentation of usage string</title>
<updated>2015-01-21T00:12:54Z</updated>
<author>
<name>Ralf Thielow</name>
<email>ralf.thielow@gmail.com</email>
</author>
<published>2015-01-20T19:30:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d6589d1ba42dd87c282c72045537f5eea8aaefcf'/>
<id>urn:sha1:d6589d1ba42dd87c282c72045537f5eea8aaefcf</id>
<content type='text'>
Noticed-by: Jean-Noël Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Ralf Thielow &lt;ralf.thielow@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/colors'</title>
<updated>2015-01-20T23:57:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-20T23:57:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d06ce4a508386230e9412e68264a744392795dcb'/>
<id>urn:sha1:d06ce4a508386230e9412e68264a744392795dcb</id>
<content type='text'>
* jk/colors:
  parse_color: fix return value for numeric color values 0-8
</content>
</entry>
<entry>
<title>parse_color: fix return value for numeric color values 0-8</title>
<updated>2015-01-20T23:56:03Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2015-01-20T22:14:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3759d27aca3ddd78b4b1169a767809748dc1fc3f'/>
<id>urn:sha1:3759d27aca3ddd78b4b1169a767809748dc1fc3f</id>
<content type='text'>
When commit 695d95d refactored the color parsing, it missed
a "return 0" when parsing literal numbers 0-8 (which
represent basic ANSI colors), leading us to report these
colors as an error.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-svn: make it play nicely with submodules</title>
<updated>2015-01-15T08:35:55Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2015-01-10T14:55:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a94655dcfedc6b266ba32a3d32b0d52a1ce6a928'/>
<id>urn:sha1:a94655dcfedc6b266ba32a3d32b0d52a1ce6a928</id>
<content type='text'>
It's a simple matter of opening the directory specified in the gitfile.

[ew: tweaked check to avoid open() on directories]

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
</content>
</entry>
<entry>
<title>Git::SVN: handle missing ref_id case correctly</title>
<updated>2015-01-15T08:35:55Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2015-01-10T14:35:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9a2bb059e76b1368392f86ecf7af2ba188e3cac5'/>
<id>urn:sha1:9a2bb059e76b1368392f86ecf7af2ba188e3cac5</id>
<content type='text'>
ref_id should not match "refs/remotes/".

[ew: dropped initial hunk for GIT_SVN_ID at Ramkumar's request]

Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Signed-off-by: Eric Wong &lt;normalperson@yhbt.net&gt;
</content>
</entry>
<entry>
<title>Fifth batch for 2.3 cycle</title>
<updated>2015-01-14T20:44:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:44:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=563d4e59bd167fe2eecc5480e3841d878b1c8c2b'/>
<id>urn:sha1:563d4e59bd167fe2eecc5480e3841d878b1c8c2b</id>
<content type='text'>
Hopefully this will be the final feature update for 2.3-rc1

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'po/doc-core-ignorestat'</title>
<updated>2015-01-14T20:41:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-01-14T20:41:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=670f6a72b83c0164f303af937df8098d623c4046'/>
<id>urn:sha1:670f6a72b83c0164f303af937df8098d623c4046</id>
<content type='text'>
* po/doc-core-ignorestat:
  doc: core.ignoreStat update, and clarify the --assume-unchanged effect
  doc: core.ignoreStat clarify the --assume-unchanged effect
</content>
</entry>
</feed>
