Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx> writes: > Allow signing off a whole patchset by rebasing it with the --signoff > option, which is simply passed through to git am. > Documentation/git-rebase.txt | 5 +++++ > builtin/am.c | 39 +++++++++++++++++-------------------- > git-rebase.sh | 3 ++- > t/t3428-rebase-signoff.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++ Two questions. - Is it better to add a brand new test script than adding new tests to existing scripts that test "git rebase"? - How does this interact with "git rebase -i" and other modes of operation?