On Wed, Jun 10, 2020 at 01:34:54PM +0000, Tamar Christina wrote: > Hi All, > > We've been wondering since we no longer list authors in the changelog (at > least mklog doesn't generate it), > How do we handle multi author patches nowadays? > > Tried searching for it on the website but couldn’t find anything.
You can add Co-authored-by: name <mail> to your commit. If we don't already document it, we should. Marek