On Mon, Jun 17, 2024 at 01:28:26AM +0000, Trond Myklebust wrote: > On Fri, 2024-06-14 at 23:25 -0700, Christoph Hellwig wrote: > > Btw, your patch mail threading is quite broken, it replies to the > > previous patch instead of the cover letter, leading to really long > > fake reply chains.. > > > > I'm just using the > > [sendemail] > thread = true > > git config option. Is that no longer recommended? According to the man page thread = true is the same as thread = shallow, which make git always reply to the cover letter, which is the recommended form. Try removing it or replace it with 'thread = shallow'