On Fri, Sep 10, 2021 at 10:32:52AM -0700, Junio C Hamano wrote: > >> This is a follow-up to the already-integrated topic for dropping > >> support for older curl versions submitted before the v2.33 release[1]. > > > > To which commit are these expected to apply? I am having trouble > > wiggling 5 and 7 in. > > Nevermind. I seem to be getting garbage from "b4 am", possibly an > operator error. I've seen "b4 am" getting confused on a thread with > multiple versions (like the config-based-hook thing where the > mixture of Emily's v9 and your v5 for base in the same huge thread > seem to confuse it). Yeah, sorry, the thread is not great for figuring out which patch goes where (there are two v2 versions, one from July and one from today, and a v4 from July that b4 considers the latest). The only solution I can offer is doing "b4 mbox" first, then deleting everything you don't want, and then doing "b4 am -m that.mbox". I could add extra heuristics that also looks at series age, but I'm worried that the "what you get is what you (probably) meant" logic will just get more and more tortured. -K