<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch local</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=local</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=local'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2016-01-17T14:30:36Z</updated>
<entry>
<title>refs: Lookup refs in refs/pull</title>
<updated>2016-01-17T14:30:36Z</updated>
<author>
<name>Sven Wegener</name>
<email>sven.wegener@stealer.net</email>
</author>
<published>2016-01-17T14:27:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=26106db80aabb39c5302a0ea5afe8b2efe90dd2a'/>
<id>urn:sha1:26106db80aabb39c5302a0ea5afe8b2efe90dd2a</id>
<content type='text'>
Signed-off-by: Sven Wegener &lt;sven.wegener@stealer.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Use identicon gravatar as default</title>
<updated>2016-01-17T14:30:27Z</updated>
<author>
<name>Sven Wegener</name>
<email>sven.wegener@stealer.net</email>
</author>
<published>2014-12-10T07:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=67670594a5d99a423f7e6204eca569193f545cc5'/>
<id>urn:sha1:67670594a5d99a423f7e6204eca569193f545cc5</id>
<content type='text'>
Signed-off-by: Sven Wegener &lt;sven.wegener@stealer.net&gt;
</content>
</entry>
<entry>
<title>Sync with maint</title>
<updated>2016-01-12T23:21:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=fc10eb5b87a75af2cb93a3932897572f2c544915'/>
<id>urn:sha1:fc10eb5b87a75af2cb93a3932897572f2c544915</id>
<content type='text'>
* maint:
  l10n: ko.po: Add Korean translation
</content>
</entry>
<entry>
<title>First batch for post 2.7 cycle</title>
<updated>2016-01-12T23:20:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:20:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c9906e47c065940bfe1a9992da494a8f437a49ac'/>
<id>urn:sha1:c9906e47c065940bfe1a9992da494a8f437a49ac</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'vl/grep-configurable-threads'</title>
<updated>2016-01-12T23:16:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bdd1cc20929e9f7631dd29ff70426eea53f69443'/>
<id>urn:sha1:bdd1cc20929e9f7631dd29ff70426eea53f69443</id>
<content type='text'>
"git grep" can now be configured (or told from the command line)
how many threads to use when searching in the working tree files.

* vl/grep-configurable-threads:
  grep: add --threads=&lt;num&gt; option and grep.threads configuration
  grep: slight refactoring to the code that disables threading
  grep: allow threading even on a single-core machine
</content>
</entry>
<entry>
<title>Merge branch 'ea/blame-progress'</title>
<updated>2016-01-12T23:16:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=72d25911eb6adc450aabb741cb911bf6aa89a322'/>
<id>urn:sha1:72d25911eb6adc450aabb741cb911bf6aa89a322</id>
<content type='text'>
"git blame" learned to produce the progress eye-candy when it takes
too much time before emitting the first line of the result.

* ea/blame-progress:
  blame: add support for --[no-]progress option
</content>
</entry>
<entry>
<title>Merge branch 'sb/submodule-parallel-fetch'</title>
<updated>2016-01-12T23:16:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=187c0d3d9e63f7d84d7055372f07bedb52849f06'/>
<id>urn:sha1:187c0d3d9e63f7d84d7055372f07bedb52849f06</id>
<content type='text'>
Add a framework to spawn a group of processes in parallel, and use
it to run "git fetch --recurse-submodules" in parallel.

Rerolled and this seems to be a lot cleaner.  The merge of the
earlier one to 'next' has been reverted.

* sb/submodule-parallel-fetch:
  submodules: allow parallel fetching, add tests and documentation
  fetch_populated_submodules: use new parallel job processing
  run-command: add an asynchronous parallel child processor
  sigchain: add command to pop all common signals
  strbuf: add strbuf_read_once to read without blocking
  xread: poll on non blocking fds
  submodule.c: write "Fetching submodule &lt;foo&gt;" to stderr
</content>
</entry>
<entry>
<title>Merge branch 'ps/push-delete-option'</title>
<updated>2016-01-12T23:16:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=7b9d1b9556b31fe5f661caa1e82856ca876f2a08'/>
<id>urn:sha1:7b9d1b9556b31fe5f661caa1e82856ca876f2a08</id>
<content type='text'>
"branch --delete" has "branch -d" but "push --delete" does not.

* ps/push-delete-option:
  push: add '-d' as shorthand for '--delete'
  push: add '--delete' flag to synopsis
</content>
</entry>
<entry>
<title>Merge branch 'ep/make-phoney'</title>
<updated>2016-01-12T23:16:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=ce7da1d2818e42647e96f882bf9cf40a685a771f'/>
<id>urn:sha1:ce7da1d2818e42647e96f882bf9cf40a685a771f</id>
<content type='text'>
A slight update to the Makefile.

* ep/make-phoney:
  Makefile: add missing phony target
</content>
</entry>
<entry>
<title>Merge branch 'nd/stop-setenv-work-tree'</title>
<updated>2016-01-12T23:16:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-01-12T23:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d82d093456284e1a60db6c91f01a99b47880277f'/>
<id>urn:sha1:d82d093456284e1a60db6c91f01a99b47880277f</id>
<content type='text'>
An earlier change in 2.5.x-era broke users' hooks and aliases by
exporting GIT_WORK_TREE to point at the root of the working tree,
interfering when they tried to use a different working tree without
setting GIT_WORK_TREE environment themselves.

* nd/stop-setenv-work-tree:
  Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"
</content>
</entry>
</feed>
