Re: [PATCH 3/3] rebase: pass --[no-]signoff option to git am

2017-04-16 Thread Junio C Hamano
Giuseppe Bilotta writes: > Damnit! I just realized that I forgot to amend before the format-patch: > > On Sat, Apr 15, 2017 at 4:41 PM, Giuseppe Bilotta > wrote: > >> +signoff! passed to 'git am' > > This should be without the !

Re: [PATCH 3/3] rebase: pass --[no-]signoff option to git am

2017-04-15 Thread Giuseppe Bilotta
Damnit! I just realized that I forgot to amend before the format-patch: On Sat, Apr 15, 2017 at 4:41 PM, Giuseppe Bilotta wrote: > +signoff! passed to 'git am' This should be without the ! or --no-signoff is not accepted. Do I need to resend or ... ?

[PATCH 3/3] rebase: pass --[no-]signoff option to git am

2017-04-15 Thread Giuseppe Bilotta
This makes it easy to sign off a whole patchset before submission. Signed-off-by: Giuseppe Bilotta --- Documentation/git-rebase.txt | 5 + git-rebase.sh| 3 ++- t/t3428-rebase-signoff.sh| 46 3