On 05/11/2016 02:09 PM, Benjamin Gaignard wrote: > I haven't double check but I had to do changes into the original patch > so I guess that "from" field comes the new commit. > > I will manually edit the commit for v2,
Git keeps original author untouched. You have to manually change the author to remove the original one (or use non-standard way of applying patches). If you use Git, just stick to typical workflow - git am, git commit --amend --signoff, git format-patch, etc. Best regards, Krzysztof