On Tue, Oct 08, 2019 at 09:49:35AM +0200, Toon Claes wrote: > Add support to provide the Co-author when committing. For each > co-author provided with --coauthor=<coauthor>, a line is added at the > bottom of the commit message, like this: > > Co-authored-by: <coauthor> > > It's a common practice use when pairing up with other people and both > authors want to in the commit message. I wonder how we are supposed to use this trailer in the Git project, in particular in combination with Signed-off-by. Should all (co)authors sign off as well? Or will Co-authored-by imply Signed-off-by?