On Mon, Oct 14, 2024 at 08:27:16PM -0700, Christoph Hellwig wrote: > On Mon, Oct 14, 2024 at 06:33:15PM -0700, Darrick J. Wong wrote: > > Grrrrr crap tools. Sorry about that. I probably force-imported this > > patch at some point and it tripped over all the free form text in a > > patch that looks like headers. > > At least for me, the problem is usually git-rebase as it strips > authorship after conflict resultion, and I keep forgetting the manual > fixup. For me it's most likely my stg-force-import program that works around stg import's pickiness (no fuzz allowed at all!) by creating a new patch with the commit message and then using a regular patch(1) apply the changes. --D