On Sat, Nov 16, 2024 at 02:23:53AM +0900, Junio C Hamano wrote: > René Scharfe <l.s.r@xxxxxx> writes: > > > This is a known error. Commit c95547a394 (builtin/gc: fix crash when > > running `git maintenance start`, 2024-10-10) fixes it, but has not made > > it into a released version, yet. > > Thanks. > > There are bunch of topics that could go to 'maint' and be part of a > maintenance topic, and this certainly looks like one of those topics > that can go into 2.47.1 someday. The usual source of candidate > topics I use is messy and unusable for some unknown reason, but > offhand I think these are safe and sensible to merge down to > 'maint': > > ds/line-log-asan-fix # 1 (2024-10-10) > jk/fsmonitor-event-listener-race-fix # 2 (2024-10-15) > ps/maintenance-start-crash-fix # 1 (2024-10-18) Other candidates that fix regressions: jk/fetch-prefetch-double-free-fix tb/multi-pack-reuse-dupfix pb/clar-build-fix ps/upgrade-clar wm/shortlog-hash I think that we have accumulated enough topics by now to warrant a 2.47.1 release, but will of course leave that decision to you. Thanks! Patrick