<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation, branch v2.9.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.9.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.9.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-06-13T17:42:13Z</updated>
<entry>
<title>Git 2.9</title>
<updated>2016-06-13T17:42:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-13T17:42:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=05219a1276341e72d8082d76b7f5ed394b7437a4'/>
<id>urn:sha1:05219a1276341e72d8082d76b7f5ed394b7437a4</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Hopefully the final last-minute update before 2.9 final</title>
<updated>2016-06-10T22:30:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-10T22:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a28705da929ad746abcb34270947f738549d3246'/>
<id>urn:sha1:a28705da929ad746abcb34270947f738549d3246</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jk/diff-compact-heuristic'</title>
<updated>2016-06-10T22:26:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-10T22:26:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e5f767554404592cf65e7c49b3594b195a324031'/>
<id>urn:sha1:e5f767554404592cf65e7c49b3594b195a324031</id>
<content type='text'>
It turns out that the earlier effort to update the heuristics may
want to use a bit more time to mature.  Turn it off by default.

* jk/diff-compact-heuristic:
  diff: disable compaction heuristic for now
</content>
</entry>
<entry>
<title>diff: disable compaction heuristic for now</title>
<updated>2016-06-10T20:45:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-10T17:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5580b271af518bae30148edfd42cc8459d8da384'/>
<id>urn:sha1:5580b271af518bae30148edfd42cc8459d8da384</id>
<content type='text'>
http://lkml.kernel.org/g/20160610075043.GA13411@sigill.intra.peff.net
reports that a change to add a new "function" with common ending
with the existing one at the end of the file is shown like this:

    def foo
      do_foo_stuff()

   +  common_ending()
   +end
   +
   +def bar
   +  do_bar_stuff()
   +
      common_ending()
    end

when the new heuristic is in use.  In reality, the change is to add
the blank line before "def bar" and everything below, which is what
the code without the new heuristic shows.

Disable the heuristics by default, and resurrect the documentation
for the option and the configuration variables, while clearly
marking the feature as still experimental.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.9-rc2</title>
<updated>2016-06-06T21:34:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-06T21:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=49fa3dc76179e04b0833542fa52d0f287a4955ac'/>
<id>urn:sha1:49fa3dc76179e04b0833542fa52d0f287a4955ac</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.8.4</title>
<updated>2016-06-06T21:30:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-06T21:30:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c42b5d8e69ba45b00d1681745a72c1d3af1e897f'/>
<id>urn:sha1:c42b5d8e69ba45b00d1681745a72c1d3af1e897f</id>
<content type='text'>
* maint:
  Git 2.8.4
</content>
</entry>
<entry>
<title>Git 2.8.4</title>
<updated>2016-06-06T21:29:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-06T21:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0b65a8dbdb38962e700ee16776a3042beb489060'/>
<id>urn:sha1:0b65a8dbdb38962e700ee16776a3042beb489060</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tb/core-eol-fix' into maint</title>
<updated>2016-06-06T21:27:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-06T21:27:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7dcbf891d975eba5b1e3095cb3b389834689ac09'/>
<id>urn:sha1:7dcbf891d975eba5b1e3095cb3b389834689ac09</id>
<content type='text'>
A couple of bugs around core.autocrlf have been fixed.

* tb/core-eol-fix:
  convert.c: ident + core.autocrlf didn't work
  t0027: test cases for combined attributes
  convert: allow core.autocrlf=input and core.eol=crlf
  t0027: make commit_chk_wrnNNO() reliable
</content>
</entry>
<entry>
<title>Almost ready for 2.9-rc2</title>
<updated>2016-06-03T21:38:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-03T21:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6326f199252a1a5fbdea105473f8305d850cdd87'/>
<id>urn:sha1:6326f199252a1a5fbdea105473f8305d850cdd87</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'em/man-bold-literal'</title>
<updated>2016-06-03T21:38:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-06-03T21:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a8398b952d9d0cb43e0c41431b8326b65fd631fd'/>
<id>urn:sha1:a8398b952d9d0cb43e0c41431b8326b65fd631fd</id>
<content type='text'>
The manpage output of our documentation did not render well in
terminal; typeset literals in bold by default to make them stand
out more.

* em/man-bold-literal:
  Documentation: bold literals in man
</content>
</entry>
</feed>
