On Mon, Aug 19, 2024 at 05:12:41AM -0400, Jeff King wrote: > On Mon, Aug 19, 2024 at 10:55:07AM +0200, Patrick Steinhardt wrote: > > > > This looks correct, but should we be doing it for all of the "git > > > maintenance" runs in that script? They're all going to kick off detached > > > gc jobs, I think. > > > > Only those that use `--detach` run in the background. > > I thought since the default for maintenance.autoDetach was true, all of > the "--auto" ones would need something similar. I notice a lot of those > use "--task", though, so maybe that doesn't count. I'm not clear on all > of the rules. `maintenance.autoDetach` only influences the auto-maintenance as executed by `run_auto_maintenance()`. Patrick