t3435: add tests for rebase -r GPG signing
authorSamuel Čavoj <samuel@cavoj.net>
Sat, 17 Oct 2020 23:15:57 +0000 (01:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Oct 2020 20:08:33 +0000 (13:08 -0700)
commit43ad4f2eca811afe7eb2eb089afc9f501fd8a2c6
treedd7bb08b1d4833416298c12cd1d8e0d4af510571
parent19dad040ed19761e8d6d63b4efd03ad846b81d06
t3435: add tests for rebase -r GPG signing

Add test cases of various combinations of the commit.gpgsign option and
--gpg-sign, --no-gpg-sign flags with rebase -r with the default merge
strategy. This excercises a different code-path from those with octopus
merges or overridden merge strategy with rebase -s.

Signed-off-by: Samuel Čavoj <samuel@cavoj.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3435-rebase-gpg-sign.sh