<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v2.5.3</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v2.5.3</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v2.5.3'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2015-09-17T19:16:17Z</updated>
<entry>
<title>Git 2.5.3</title>
<updated>2015-09-17T19:16:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-17T19:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ee6ad5f4d56e697c972af86cbefdf269b386e470'/>
<id>urn:sha1:ee6ad5f4d56e697c972af86cbefdf269b386e470</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'dt/untracked-subdir' into maint</title>
<updated>2015-09-17T19:12:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-17T19:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8833ccd7d020a6160240a4933be91370e6f59c48'/>
<id>urn:sha1:8833ccd7d020a6160240a4933be91370e6f59c48</id>
<content type='text'>
The experimental untracked-cache feature were buggy when paths with
a few levels of subdirectories are involved.

* dt/untracked-subdir:
  untracked cache: fix entry invalidation
  untracked-cache: fix subdirectory handling
  t7063: use --force-untracked-cache to speed up a bit
  untracked-cache: support sparse checkout
</content>
</entry>
<entry>
<title>Merge branch 'br/svn-doc-include-paths-config' into maint</title>
<updated>2015-09-17T19:11:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-17T19:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d6579d94365884eb56f50562441d5344d5acd838'/>
<id>urn:sha1:d6579d94365884eb56f50562441d5344d5acd838</id>
<content type='text'>
* br/svn-doc-include-paths-config:
  git-svn doc: mention "svn-remote.&lt;name&gt;.include-paths"
</content>
</entry>
<entry>
<title>Merge branch 'ah/submodule-typofix-in-error' into maint</title>
<updated>2015-09-17T19:11:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-17T19:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=cfc3e0ee4a01873b50c080560c519762491cd60a'/>
<id>urn:sha1:cfc3e0ee4a01873b50c080560c519762491cd60a</id>
<content type='text'>
Error string fix.

* ah/submodule-typofix-in-error:
  git-submodule: remove extraneous space from error message
</content>
</entry>
<entry>
<title>Merge branch 'js/maint-am-skip-performance-regression' into maint</title>
<updated>2015-09-17T19:03:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-17T19:03:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=02dad2673b2bea4d28ca1b79c2e40fb8ad170959'/>
<id>urn:sha1:02dad2673b2bea4d28ca1b79c2e40fb8ad170959</id>
<content type='text'>
* js/maint-am-skip-performance-regression:
  am --skip/--abort: merge HEAD/ORIG_HEAD tree into index
</content>
</entry>
<entry>
<title>am --skip/--abort: merge HEAD/ORIG_HEAD tree into index</title>
<updated>2015-09-09T21:22:56Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2015-09-09T09:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b9d66899a992525f2de9436e160779844ecfa2f1'/>
<id>urn:sha1:b9d66899a992525f2de9436e160779844ecfa2f1</id>
<content type='text'>
f8da6801 (am --skip: support skipping while on unborn branch,
2015-06-06) introduced a performance regression to "git am --skip",
where it used "read-tree" to reconstruct the index from scratch
without reusing the cached stat information.

This is a backport of the corresponding patch to the builtin am in 2.6:
3ecc704 (am --skip/--abort: merge HEAD/ORIG_HEAD tree into index,
2015-08-19).

Reportedly, it can make a huge difference on Windows, in one case a `git
rebase --skip` took 1m40s without, and 5s with, this patch.

cf. https://github.com/git-for-windows/git/issues/365

Reported-and-suggested-by: Kim Gybels &lt;kgybels@infogroep.be&gt;
Acked-by: Paul Tan &lt;pyokagan@gmail.com&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.5.2</title>
<updated>2015-09-04T17:46:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T17:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=27ea6f85beff1173ec74349fa35c45951feee570'/>
<id>urn:sha1:27ea6f85beff1173ec74349fa35c45951feee570</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.4.9</title>
<updated>2015-09-04T17:43:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T17:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=3d3caf0b78106c390fc5daceb95ee968312765dd'/>
<id>urn:sha1:3d3caf0b78106c390fc5daceb95ee968312765dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 2.4.9</title>
<updated>2015-09-04T17:36:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T17:36:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=74b67638166ca2e66497ede559dbf393e7af8b40'/>
<id>urn:sha1:74b67638166ca2e66497ede559dbf393e7af8b40</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with 2.3.9</title>
<updated>2015-09-04T17:34:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-09-04T17:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ef0e938a1a4b34bc0882e1c542c8e99c98737f7d'/>
<id>urn:sha1:ef0e938a1a4b34bc0882e1c542c8e99c98737f7d</id>
<content type='text'>
</content>
</entry>
</feed>
