]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jn/gc-auto'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2018 07:16:02 +0000 (16:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Oct 2018 07:16:02 +0000 (16:16 +0900)
commit993fa5625876306ff1de0cbc5d70fc1b232568b9
tree3b189efca15713a184fa054404745626d9306c6b
parent99913dd11809b2a5d6a4644c52bc795d124d48e0
parent3029970275b473dbf62149887a19a6b4879528d7
Merge branch 'jn/gc-auto'

"gc --auto" ended up calling exit(-1) upon error, which has been
corrected to use exit(1).  Also the error reporting behaviour when
daemonized has been updated to exit with zero status when stopping
due to a previously discovered error (which implies there is no
point running gc to improve the situation); we used to exit with
failure in such a case.

* jn/gc-auto:
  gc: do not return error for prior errors in daemonized mode
Documentation/config.txt
builtin/gc.c
t/t6500-gc.sh