sequencer: ignore signoff before fixup/squash
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 18 Apr 2017 20:58:02 +0000 (22:58 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 20 Apr 2017 06:31:47 +0000 (08:31 +0200)
commit3216ca3954a1089e8b52e6972d766f6ea07f872b
treed1741fd436621ea3ea8b3d49c1f72c51e72b1acf
parent4b6d65862b766b39d8c07464babaf833ecc35e54
sequencer: ignore signoff before fixup/squash

When squashing together multiple commits, we do not want to append
sign-off line to intermediate picks, to avoid having multiple sign-off
lines at the end.

Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
sequencer.c