]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/for-each-repo-keep-going' into maint-2.45
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2024 22:53:08 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jun 2024 22:53:08 +0000 (15:53 -0700)
A scheduled "git maintenance" job is expected to work on all
repositories it knows about, but it stopped at the first one that
errored out.  Now it keeps going.

* js/for-each-repo-keep-going:
  maintenance: running maintenance should not stop on errors
  for-each-repo: optionally keep going on an error

1  2 
builtin/gc.c

diff --cc builtin/gc.c
Simple merge