On 21 February 2017 at 09:41, Markus Armbruster <arm...@redhat.com> wrote: > Eric Blake <ebl...@redhat.com> writes: > > [...] >> 'git send-email -s' can also add Signed-off-by: lines, if you didn't add >> them earlier (but only if you use send-email, rather than attachments) :) > > That's fine, as you *should* use git send-email.
It has the disadvantage that checkpatch will complain at you when you test your patches before sending them, because the sign-off is missing... Personally I recommend adding the signoff lines earlier in the process. thanks -- PMM