Merge branch 'nd/daemonize-gc'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:12 +0000 (12:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:12 +0000 (12:18 -0700)
"git gc --auto" was recently changed to run in the background to
give control back early to the end-user sitting in front of the
terminal, but it forgot that housekeeping involving reflogs should
be done without other processes competing for accesses to the refs.

* nd/daemonize-gc:
gc --auto: do not lock refs in the background

No differences found