rebase -p: error out if --signoff is given
commitb79966aa386fc58801e93496cd4e97d82acd53a5
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 20 Mar 2018 11:10:56 +0000 (20 11:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Mar 2018 18:09:03 +0000 (29 11:09 -0700)
tree0db85d1337eea78f37418389c980e409c284e685
parenta852ec7f273cf61296a80ddfc26c23acf2163f2f
rebase -p: error out if --signoff is given

rebase --preserve-merges does not support --signoff so error out
rather than just silently ignoring it so that the user knows the
commits will not be signed off.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh