• J
    Merge branch 'nd/daemonize-gc' into maint · 94c734a6
    Junio C Hamano 提交于
    "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
    94c734a6
gc.c 9.3 KB