]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
cherry-pick/revert: honour --no-gpg-sign in all case
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Fri, 3 Apr 2020 10:28:03 +0000 (17:28 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2020 18:37:22 +0000 (11:37 -0700)
commitcf0ad4d199924073ef485ff60393c8a81edbdbb6
treee83494ce54d58384b901d304c1c1dfc95015e925
parentc241371c0445cee7116e36bbacb5b35069a81e64
cherry-pick/revert: honour --no-gpg-sign in all case

{cherry-pick,revert} --edit hasn't honoured --no-gpg-sign yet.

Pass this option down to git-commit to honour it.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cherry-pick.txt
Documentation/git-revert.txt
sequencer.c
t/t3514-cherry-pick-revert-gpg.sh [new file with mode: 0755]