<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.5-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.5-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.5-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-03-31T20:58:47Z</updated>
<entry>
<title>Git 1.7.5-rc0</title>
<updated>2011-03-31T20:58:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-03-31T20:58:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6acef043581d69597860f3343ec2691c72b0803c'/>
<id>urn:sha1:6acef043581d69597860f3343ec2691c72b0803c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2011-03-31T02:33:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-03-31T02:33:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bcef9b6327a7d0a01b9207a9cf0aa2783e12fb41'/>
<id>urn:sha1:bcef9b6327a7d0a01b9207a9cf0aa2783e12fb41</id>
<content type='text'>
* maint:
  parse-remote: typofix
</content>
</entry>
<entry>
<title>parse-remote: typofix</title>
<updated>2011-03-31T02:33:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-03-31T02:33:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2352570bf43368f3d3931f7b24bb7fd44e68eef3'/>
<id>urn:sha1:2352570bf43368f3d3931f7b24bb7fd44e68eef3</id>
<content type='text'>
An earlier patch had a trivial typo that two people did not notice.
Pointed out by Michael Schubert.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2011-03-30T21:10:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-03-30T21:10:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=17a02998078923f2d62811326d130de991d1a95a'/>
<id>urn:sha1:17a02998078923f2d62811326d130de991d1a95a</id>
<content type='text'>
* maint:
  contrib/thunderbird-patch-inline: do not require bash to run the script
  t8001: check the exit status of the command being tested
  strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead
  Typos: t/README
  Documentation/config.txt: make truth value of numbers more explicit
  git-pack-objects.txt: fix grammatical errors
  parse-remote: replace unnecessary sed invocation
</content>
</entry>
<entry>
<title>contrib/thunderbird-patch-inline: do not require bash to run the script</title>
<updated>2011-03-30T19:29:39Z</updated>
<author>
<name>Maxin john</name>
<email>maxin@maxinbjohn.info</email>
</author>
<published>2011-03-30T08:52:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=806e0aba2e5d976233703e6ff517af10329e4048'/>
<id>urn:sha1:806e0aba2e5d976233703e6ff517af10329e4048</id>
<content type='text'>
The script does not have to be run under bash, but any POSIX compliant
shell would do, as it does not use any bash-isms.

It may be written under a different style than what is recommended in
Documentation/CodingGuidelines, but that is a different matter.

While at it, fix obvious typos in the comment.

Signed-off-by: Maxin B. John &lt;maxin@maxinbjohn.info&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t8001: check the exit status of the command being tested</title>
<updated>2011-03-30T19:22:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-03-30T19:22:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4b705f4052432906f0acbb22b25254eb3917e36c'/>
<id>urn:sha1:4b705f4052432906f0acbb22b25254eb3917e36c</id>
<content type='text'>
Avoid running the command being tested as an upstream of a pipe;
doing so will lose its exit status.

While at it, modernise the style of the script.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead</title>
<updated>2011-03-30T19:02:50Z</updated>
<author>
<name>Michael Witten</name>
<email>mfwitten@gmail.com</email>
</author>
<published>2011-02-15T23:12:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e0390119b249252a633875e4327c8a6463e4b6cb'/>
<id>urn:sha1:e0390119b249252a633875e4327c8a6463e4b6cb</id>
<content type='text'>
Signed-off-by: Michael Witten &lt;mfwitten@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Typos: t/README</title>
<updated>2011-03-30T18:59:52Z</updated>
<author>
<name>Michael Witten</name>
<email>mfwitten@gmail.com</email>
</author>
<published>2011-02-22T17:15:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=63d329459370b09637d49a430f63d3ecd2bc3f25'/>
<id>urn:sha1:63d329459370b09637d49a430f63d3ecd2bc3f25</id>
<content type='text'>
Signed-off-by: Michael Witten &lt;mfwitten@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/config.txt: make truth value of numbers more explicit</title>
<updated>2011-03-30T18:44:59Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@elego.de</email>
</author>
<published>2011-03-30T10:22:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=18b19e443b2a3cf2572c99d0136de81ca7c67bdd'/>
<id>urn:sha1:18b19e443b2a3cf2572c99d0136de81ca7c67bdd</id>
<content type='text'>
Change the order to 1/0 to have the same true/false order as the rest
of the possibilities for a boolean variable in order not not confuse
users.

Signed-off-by: Carlos Martín Nieto &lt;cmn@elego.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-pack-objects.txt: fix grammatical errors</title>
<updated>2011-03-30T18:43:15Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2011-03-30T09:00:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2f8ee02c49ea2a8b32c22979a65eb81b859bb883'/>
<id>urn:sha1:2f8ee02c49ea2a8b32c22979a65eb81b859bb883</id>
<content type='text'>
Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
