On Tue, May 6, 2025 at 9:04 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > * ps/maintenance-missing-tasks (2025-05-05) 7 commits > - builtin/maintenance: introduce "rerere-gc" task > - builtin/gc: move rerere garbage collection into separate function > - builtin/maintenance: introduce "worktree-prune" task > - worktree: expose function to retrieve worktree names > - builtin/gc: move pruning of worktrees into a separate function > - builtin/gc: remove global variables where it trivial to do > - builtin/gc: fix indentation of `cmd_gc()` parameters > > Make repository clean-up tasks "gc" can do available to "git > maintenance" front-end. > > Will merge to 'next'. > source: <20250505-pks-maintenance-missing-tasks-v4-0-141f4df906a1@xxxxxx> I am reviewing this series and it seems to me that it's possibly missing a fix for a leak that Eric Sunshine had found in a previous review round.