OSDN Git Service

Merge branch 'nd/gc-auto-background-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:32 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:33 +0000 (15:43 -0700)
commit076c8278583b70547c1c5a65941a661f08210252
tree5d7eae97bb9b11500ac3845706dc46e3a7f81e48
parent1c630badacc2de43b03212bcca0f3a9ec99fba13
parent329e6e8794c347d3da92144f88ad838945508ac6
Merge branch 'nd/gc-auto-background-fix'

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