<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.8.1-rc3</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.8.1-rc3</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.8.1-rc3'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-12-22T19:48:47Z</updated>
<entry>
<title>Git 1.8.1-rc3</title>
<updated>2012-12-22T19:48:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-22T19:48:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b3cf6f3b8d21b32d88313fc709442b78300975db'/>
<id>urn:sha1:b3cf6f3b8d21b32d88313fc709442b78300975db</id>
<content type='text'>
The changes since -rc2 are mostly documentation updates.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ta/new-command-howto'</title>
<updated>2012-12-21T23:19:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b10c4add03044b7be358ff7231b9ec50016ded4b'/>
<id>urn:sha1:b10c4add03044b7be358ff7231b9ec50016ded4b</id>
<content type='text'>
* ta/new-command-howto:
  Move ./technical/api-command.txt to ./howto/new-command.txt
</content>
</entry>
<entry>
<title>Merge branch 'jc/doc-diff-blobs'</title>
<updated>2012-12-21T23:19:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:19:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=814a1924b4ff5bae8aecb4222e6cefc58331527c'/>
<id>urn:sha1:814a1924b4ff5bae8aecb4222e6cefc58331527c</id>
<content type='text'>
"git diff &lt;blob&gt; &lt;blob&gt;" was not documented and was only hinted as
an extension to "git diff &lt;commit&gt; &lt;commit&gt; -- &lt;pathspec&gt;", but
comparison between two blobs are more special than that.  It does
not take any pathspec to begin with.

* jc/doc-diff-blobs:
  Documentation: Describe "git diff &lt;blob&gt; &lt;blob&gt;" separately
</content>
</entry>
<entry>
<title>Merge branch 'cr/doc-checkout-branch'</title>
<updated>2012-12-21T23:19:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:19:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=51bf6bea513fc41b615d80512d37227f1983cb70'/>
<id>urn:sha1:51bf6bea513fc41b615d80512d37227f1983cb70</id>
<content type='text'>
Document the magic "git checkout &lt;no-such-branch&gt;" hack to create
local branch out of a remote tracking branch that hasn't been
documented so far.

* cr/doc-checkout-branch:
  Documentation/git-checkout.txt: document 70c9ac2 behavior
  Documentation/git-checkout.txt: clarify usage
</content>
</entry>
<entry>
<title>Merge branch 'ta/api-index-doc'</title>
<updated>2012-12-21T23:19:04Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:19:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6600dcbd30b7b8258dba0c34931b54d8f4913d1a'/>
<id>urn:sha1:6600dcbd30b7b8258dba0c34931b54d8f4913d1a</id>
<content type='text'>
* ta/api-index-doc:
  Remove misleading date from api-index-skel.txt
</content>
</entry>
<entry>
<title>Merge branch 'jk/avoid-mailto-invalid-in-doc'</title>
<updated>2012-12-21T23:18:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:18:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=53096bf0af3eca4dc6a2bc7ea6fc863869ab4270'/>
<id>urn:sha1:53096bf0af3eca4dc6a2bc7ea6fc863869ab4270</id>
<content type='text'>
Avoids invalid sample e-mail addresses from becoming mailto links
in the formatted output.

* jk/avoid-mailto-invalid-in-doc:
  Documentation: don't link to example mail addresses
</content>
</entry>
<entry>
<title>Merge branch 'as/doc-for-devs'</title>
<updated>2012-12-21T23:18:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:18:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c2c6a70a54d2ce51187ba6409b65f819daa55497'/>
<id>urn:sha1:c2c6a70a54d2ce51187ba6409b65f819daa55497</id>
<content type='text'>
It might be a better idea to move the text the bottom one adds to
the extended description from the quick checklist part.

* as/doc-for-devs:
  Documentation: move support for old compilers to CodingGuidelines
  SubmittingPatches: add convention of prefixing commit messages
</content>
</entry>
<entry>
<title>Merge branch 'sl/readme-gplv2'</title>
<updated>2012-12-21T23:18:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:18:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=19b4520ba9c367bf562d1fe38deaa2b96be81309'/>
<id>urn:sha1:19b4520ba9c367bf562d1fe38deaa2b96be81309</id>
<content type='text'>
Clarify that the project as a whole is GPLv2 only, with some parts
borrowed under different licenses that are compatible with GPLv2.

* sl/readme-gplv2:
  README: it does not matter who the current maintainer is
  README: Git is released under the GPLv2, not just "the GPL"
</content>
</entry>
<entry>
<title>Merge branch 'jc/fetch-tags-doc'</title>
<updated>2012-12-21T23:18:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:18:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=73cf1b540e93348929d7a43530fbaec67224b61e'/>
<id>urn:sha1:73cf1b540e93348929d7a43530fbaec67224b61e</id>
<content type='text'>
"git fetch --tags" was explained as if it were "git fetch
--no-no-tags", which is not the case, causing confusion.

* jc/fetch-tags-doc:
  fetch --tags: clarify documentation
</content>
</entry>
<entry>
<title>Merge branch 'nd/index-format-doc'</title>
<updated>2012-12-21T23:18:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-12-21T23:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d34ccd6df743222d1bc135edd15504be93b2571b'/>
<id>urn:sha1:d34ccd6df743222d1bc135edd15504be93b2571b</id>
<content type='text'>
* nd/index-format-doc:
  index-format.txt: clarify what is "invalid"
</content>
</entry>
</feed>
