On Mon, Nov 14, 2016 at 09:41:04AM +0800, He Chen wrote: > Yep, Luwei wrote it and I send it on behalf of him.
Then it needs to have the following format so that tools can pick up the proper author: "From: Luwei ... <commit message text> Signed-off-by: He Chen... Signed-off-by: Luwei... ... " git format-patch gives that formatting. If you want to change the ownership, do the following on the local commit: $ git commit --amend --author="Luwei Kang <luwei.k...@intel.com>" in case it lists you locally as author. HTH. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.