<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.5.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.5.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.5.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2015-07-27T19:29:47Z</updated>
<entry>
<title>Git 2.5</title>
<updated>2015-07-27T19:29:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:29:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a17c56c056d5fea0843b429132904c429a900229'/>
<id>urn:sha1:a17c56c056d5fea0843b429132904c429a900229</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.4.7</title>
<updated>2015-07-27T19:26:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:26:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7a2c87b1524e7e0fbb6c9eef03610b4f5b87236a'/>
<id>urn:sha1:7a2c87b1524e7e0fbb6c9eef03610b4f5b87236a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 2.4.7</title>
<updated>2015-07-27T19:25:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ca00f80b58d679e59fc271650f68cd25cdb72b09'/>
<id>urn:sha1:ca00f80b58d679e59fc271650f68cd25cdb72b09</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/pretty-encoding-doc' into maint</title>
<updated>2015-07-27T19:21:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=caac7a3abea717e4320a978bae89cfcdf51203bf'/>
<id>urn:sha1:caac7a3abea717e4320a978bae89cfcdf51203bf</id>
<content type='text'>
Doc update.

* jk/pretty-encoding-doc:
  docs: clarify that --encoding can produce invalid sequences
</content>
</entry>
<entry>
<title>Merge branch 'tb/checkout-doc' into maint</title>
<updated>2015-07-27T19:21:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ff132a190ec5c99ffd8ff2bef947f230d4ac64c2'/>
<id>urn:sha1:ff132a190ec5c99ffd8ff2bef947f230d4ac64c2</id>
<content type='text'>
Doc update.

* tb/checkout-doc:
  git-checkout.txt: document "git checkout &lt;pathspec&gt;" better
</content>
</entry>
<entry>
<title>Merge branch 'ls/hint-rev-list-count' into maint</title>
<updated>2015-07-27T19:21:47Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3afcec9057ed2c13338ab53a9fa34b8a031e5b23'/>
<id>urn:sha1:3afcec9057ed2c13338ab53a9fa34b8a031e5b23</id>
<content type='text'>
* ls/hint-rev-list-count:
  rev-list: add --count to usage guide
</content>
</entry>
<entry>
<title>Merge branch 'mm/branch-doc-updates' into maint</title>
<updated>2015-07-27T19:21:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-27T19:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=315b3ba3e421f66527a71bbc2e3a7c90e9c6d8e5'/>
<id>urn:sha1:315b3ba3e421f66527a71bbc2e3a7c90e9c6d8e5</id>
<content type='text'>
* mm/branch-doc-updates:
  Documentation/branch: document -M and -D in terms of --force
  Documentation/branch: document -d --force and -m --force
</content>
</entry>
<entry>
<title>RelNotes: am.threeWay does not exist (yet)</title>
<updated>2015-07-24T21:31:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-24T21:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6f9504c48ea59951a2aa3ee17e7c7fc36285e225'/>
<id>urn:sha1:6f9504c48ea59951a2aa3ee17e7c7fc36285e225</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Revert "git-am: add am.threeWay config variable"</title>
<updated>2015-07-24T17:55:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-24T17:55:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=15dc5b5fb049bdf7abdbc610a5dec040c4d499bd'/>
<id>urn:sha1:15dc5b5fb049bdf7abdbc610a5dec040c4d499bd</id>
<content type='text'>
This reverts commit d96a275b91bae1800cd43be0651e886e7e042a17.

It used to be possible to apply a patch series with "git am mbox"
and then only after seeing a failure, switch to three-way mode via
"git am -3" (no other options or arguments).  The commit being
reverted broke this workflow.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tf/gitweb-typofix'</title>
<updated>2015-07-21T19:45:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-21T19:45:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c5918ab45034d3ed54404174875b8894a37c1c79'/>
<id>urn:sha1:c5918ab45034d3ed54404174875b8894a37c1c79</id>
<content type='text'>
* tf/gitweb-typofix:
  gitweb: fix typo in man page
</content>
</entry>
</feed>
