From: Junio C Hamano Date: Mon, 16 Jun 2014 19:18:12 +0000 (-0700) Subject: Merge branch 'nd/daemonize-gc' X-Git-Tag: v2.1.0-rc0~115 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1a81f6ceea7795e2b78cebd356d276afe79e7626?hp=1a81f6ceea7795e2b78cebd356d276afe79e7626 Merge branch 'nd/daemonize-gc' "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 ---