Merge branch 'nd/gc-auto-background-fix' into maint
commitc1324e66d44b7d58915cd7e61c1ea85ed3db6a58
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2015 23:32:33 +0000 (3 15:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2015 23:32:33 +0000 (3 15:32 -0800)
treefced8489eb5d0a5ee81372f2df45d23c3cb5a787
parentc7bdbd6f92bbab2a030ee8bf7957af25327545e5
parent329e6e8794c347d3da92144f88ad838945508ac6
Merge branch 'nd/gc-auto-background-fix' into maint

When "git gc --auto" is backgrounded, its diagnosis message is
lost.  Save it to a file in $GIT_DIR and show it next time the "gc
--auto" is run.

* nd/gc-auto-background-fix:
  gc: save log from daemonized gc --auto and print it next time
builtin/gc.c