Christian Couder <christian.couder@xxxxxxxxx> writes: >> For example, I have a set of commits: >> >> abcabc: This commit does foo >> bcdbcd: This commit does bar >> cdecde: This commit does baz >> >> They were all sent to the mailing list and a maintainer sent a "Reviewed-by" >> to the second commit. In a usual interactive rebase session this would be: > ... > > Have you tried `git interpret-trailers`? Do you mean a git fast-export | git interpret-trailers | git fast-import pipeline?