<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.5.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.5.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2015-08-28T18:19:57Z</updated>
<entry>
<title>Git 2.5.1</title>
<updated>2015-08-28T18:19:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-28T18:19:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c415fb791b318832f52494b75d99602a7a8d604b'/>
<id>urn:sha1:c415fb791b318832f52494b75d99602a7a8d604b</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Mingw: verify both ends of the pipe () call</title>
<updated>2015-08-28T18:11:50Z</updated>
<author>
<name>Jose F. Morales</name>
<email>jfmcjf@gmail.com</email>
</author>
<published>2015-08-28T09:43:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c3cb7b6fecd4fe00b002e5a90a7a91f148c50248'/>
<id>urn:sha1:c3cb7b6fecd4fe00b002e5a90a7a91f148c50248</id>
<content type='text'>
The code to open and test the second end of the pipe clearly imitates
the code for the first end. A little too closely, though... Let's fix
the obvious copy-edit bug.

Signed-off-by: Jose F. Morales &lt;jfmcjf@gmail.com&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Reviewed-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Acked-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/guess-repo-name-regression-fix' into maint</title>
<updated>2015-08-25T23:09:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-25T23:09:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=52f6893d356fd04ba350e5b7dd468b2181844521'/>
<id>urn:sha1:52f6893d356fd04ba350e5b7dd468b2181844521</id>
<content type='text'>
"git clone $URL" in recent releases of Git contains a regression in
the code that invents a new repository name incorrectly based on
the $URL.  This has been corrected.

* jk/guess-repo-name-regression-fix:
  clone: use computed length in guess_dir_name
  clone: add tests for output directory
</content>
</entry>
<entry>
<title>Merge branch 'jk/test-with-x' into maint</title>
<updated>2015-08-25T23:09:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-25T23:09:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=84deb3eac542cee2542e48de31c66383fbe3fc8d'/>
<id>urn:sha1:84deb3eac542cee2542e48de31c66383fbe3fc8d</id>
<content type='text'>
Running tests with the "-x" option to make them verbose had some
unpleasant interactions with other features of the test suite.

* jk/test-with-x:
  test-lib: disable trace when test is not verbose
  test-lib: turn off "-x" tracing during chain-lint check
</content>
</entry>
<entry>
<title>Merge branch 'sb/check-return-from-read-ref' into maint</title>
<updated>2015-08-25T23:09:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-25T23:09:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7a23807407a2da88929bbeb826ac5030ee8285ca'/>
<id>urn:sha1:7a23807407a2da88929bbeb826ac5030ee8285ca</id>
<content type='text'>
* sb/check-return-from-read-ref:
  transport-helper: die on errors reading refs.
</content>
</entry>
<entry>
<title>Merge branch 'mm/pull-upload-pack' into maint</title>
<updated>2015-08-25T23:09:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-25T23:09:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=425a4c7734db768d93d3b35c2d26ae50d22893c0'/>
<id>urn:sha1:425a4c7734db768d93d3b35c2d26ae50d22893c0</id>
<content type='text'>
"git pull" in recent releases of Git has a regression in the code
that allows custom path to the --upload-pack=&lt;program&gt;.  This has
been corrected.

Note that this is irrelevant for 'master' with "git pull" rewritten
in C.

* mm/pull-upload-pack:
  pull: pass upload_pack only when it was given
  pull.sh: quote $upload_pack when passing it to git-fetch
</content>
</entry>
<entry>
<title>pull: pass upload_pack only when it was given</title>
<updated>2015-08-25T23:08:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-25T23:06:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=13e0e28f530ae3e337c95b2e5c524f6904968cc0'/>
<id>urn:sha1:13e0e28f530ae3e337c95b2e5c524f6904968cc0</id>
<content type='text'>
The upload_pack shell variable is initialized to an empty string, so
conditional expansion with ${upload_pack+"$upload_pack"} would not
work very well.  You need a colon there.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Start preparing for 2.5.1</title>
<updated>2015-08-19T21:48:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-19T21:26:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=552a736de775994570570a0514f24e32686afbe0'/>
<id>urn:sha1:552a736de775994570570a0514f24e32686afbe0</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ta/docfix-index-format-tech' into maint</title>
<updated>2015-08-19T21:41:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-19T21:41:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=91db0091c01643843552f52aa5c7d52ef20d6946'/>
<id>urn:sha1:91db0091c01643843552f52aa5c7d52ef20d6946</id>
<content type='text'>
* ta/docfix-index-format-tech:
  typofix for index-format.txt
</content>
</entry>
<entry>
<title>Merge branch 'sb/parse-options-codeformat' into maint</title>
<updated>2015-08-19T21:41:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-08-19T21:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b994b9bc0b5e72da1158ad159c068cacaaef2eda'/>
<id>urn:sha1:b994b9bc0b5e72da1158ad159c068cacaaef2eda</id>
<content type='text'>
* sb/parse-options-codeformat:
  parse-options: align curly braces for all options
</content>
</entry>
</feed>
