On Wed, May 11, 2016 at 8:16 AM, Krzysztof Kozlowski k.kozlowski@samsung.com wrote:
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.
and if the patch doesn't apply cleanly anymore and need to manually re-do it, git allows to change the author when doing a commit with:
$ git commit --author='Marek Szyprowski m.szyprowski@samsung.com'
Best regards, Krzysztof --
Best regards, Javier