Christoph Lohmann wrote:
> Please use  git‐format‐patch(1) to get the appropriate authorship in the git
> log.

Heyho Christoph,

You can actually just call `git am FILENAME` with FILENAME being the email
including headers and git will apply the patch just fine with correct
authorship. I thought this was the recommended way, since patchers can just use
`git send-email` and maintainers can just use `git am` without the need for
anyone to handle attachments.

--Markus

Reply via email to