<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.1-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.1-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.1-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-12-15T19:19:02Z</updated>
<entry>
<title>Git 1.8.1-rc2</title>
<updated>2012-12-15T19:19:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-15T19:19:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2e900297dbb9d5bd086ea56eed07027374759791'/>
<id>urn:sha1:2e900297dbb9d5bd086ea56eed07027374759791</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Renumber list in api-command.txt</title>
<updated>2012-12-15T18:46:47Z</updated>
<author>
<name>Thomas Ackermann</name>
<email>th.acker@arcor.de</email>
</author>
<published>2012-12-15T08:29:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fef11965da875c105c40f1a9550af1f5e34a6e62'/>
<id>urn:sha1:fef11965da875c105c40f1a9550af1f5e34a6e62</id>
<content type='text'>
Start list with 1 instead of 0; ASCIIDOC will renumber it anyway.

Signed-off-by: Thomas Ackermann &lt;th.acker@arcor.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>remote-testsvn: fix unitialized variable</title>
<updated>2012-12-15T18:43:11Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2012-12-14T22:11:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bfae342c973b0be3c9e99d3d86ed2e6b152b4a6b'/>
<id>urn:sha1:bfae342c973b0be3c9e99d3d86ed2e6b152b4a6b</id>
<content type='text'>
In remote-test-svn, there is a parse_rev_note function to
parse lines of the form "Revision-number" from notes. If it
finds such a line and parses it, it returns 0, copying the
value into a "struct rev_note". If it finds an entry that is
garbled or out of range, it returns -1 to signal an error.

However, if it does not find any "Revision-number" line at
all, it returns success but does not put anything into the
rev_note. So upon a successful return, the rev_note may or
may not be initialized, and the caller has no way of
knowing.

gcc does not usually catch the use of the unitialized
variable because the conditional assignment happens in a
separate function from the point of use. However, when
compiling with -O3, gcc will inline parse_rev_note and
notice the problem.

We can fix it by returning "-1" when no note is found (so on
a zero return, we always found a valid value).

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>Merge branch 'maint'</title>
<updated>2012-12-13T19:13:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-13T19:13:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=790c83cda92f95f1b4b91e2ddc056a52a99a055d'/>
<id>urn:sha1:790c83cda92f95f1b4b91e2ddc056a52a99a055d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sizeof usage in get_permutations</title>
<updated>2012-12-13T19:13:44Z</updated>
<author>
<name>Matthew Daley</name>
<email>mattjd@gmail.com</email>
</author>
<published>2012-12-13T13:36:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bdd478d620034dc6517aea940f5dc6b88f780c04'/>
<id>urn:sha1:bdd478d620034dc6517aea940f5dc6b88f780c04</id>
<content type='text'>
Currently it gets the size of an otherwise unrelated, unused variable
instead of the expected struct size.

Signed-off-by: Matthew Daley &lt;mattjd@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mh/doc-remote-helpers'</title>
<updated>2012-12-13T19:00:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-13T19:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=538d1239a8a715a60d611de1997ec75896647577'/>
<id>urn:sha1:538d1239a8a715a60d611de1997ec75896647577</id>
<content type='text'>
* mh/doc-remote-helpers:
  git-remote-helpers.txt: clarify options &amp; ref list attributes
  git-remote-helpers.txt: clarify command &lt;-&gt; capability correspondences
  git-remote-helpers.txt: rearrange description of capabilities
  git-remote-helpers.txt: minor grammar fix
  git-remote-helpers.txt: document missing capabilities
  git-remote-helpers.txt: document invocation before input format
</content>
</entry>
<entry>
<title>git.txt: add missing info about --git-dir command-line option</title>
<updated>2012-12-13T18:54:01Z</updated>
<author>
<name>Manlio Perillo</name>
<email>manlio.perillo@gmail.com</email>
</author>
<published>2012-12-13T17:57:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=75940a001acb0c09abea8ac71ed1568ab125c795'/>
<id>urn:sha1:75940a001acb0c09abea8ac71ed1568ab125c795</id>
<content type='text'>
Unlike other environment variables (e.g. GIT_WORK_TREE,	GIT_NAMESPACE),
the Documentation/git.txt file did not mention that the GIT_DIR
environment variable can also be set using the --git-dir command line
option.

Signed-off-by: Manlio Perillo &lt;manlio.perillo@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git(1): show link to contributor summary page</title>
<updated>2012-12-12T19:58:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-12T18:06:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=24a62db7bbcbd8083bd0070ecd434205489629ed'/>
<id>urn:sha1:24a62db7bbcbd8083bd0070ecd434205489629ed</id>
<content type='text'>
We earlier removed a link to list of contributors that pointed to a
defunct page; let's use a working one from Ohloh.net to replace it
instead.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'so/prompt-command'</title>
<updated>2012-12-12T19:08:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-12T19:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4881616c1a4fa7b19ca2c722ef0b3d48316ac8ef'/>
<id>urn:sha1:4881616c1a4fa7b19ca2c722ef0b3d48316ac8ef</id>
<content type='text'>
* so/prompt-command:
  git-prompt.sh: update PROMPT_COMMAND documentation
</content>
</entry>
<entry>
<title>git-prompt.sh: update PROMPT_COMMAND documentation</title>
<updated>2012-12-12T19:07:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-11T23:04:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=de29a7ac0ec31d8f5fa91b7d2f0294165787d558'/>
<id>urn:sha1:de29a7ac0ec31d8f5fa91b7d2f0294165787d558</id>
<content type='text'>
The description of __git_ps1 function operating in two-arg mode was
not very clear.  It said "set PROMPT_COMMAND=__git_ps1" which is not
the right usage for this mode, followed by "To customize the prompt,
do this", giving a false impression that those who do not want to
customize it can get away with no-arg form, which was incorrect.

Make it clear that this mode always takes two arguments, pre and
post, with an example.

The straight-forward one should be listed as the primary usage, and
the confusing one should be an alternate for advanced users.  Swap
the order of these two.

Acked-by: Simon Oosthoek &lt;s.oosthoek@xs4all.nl&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
