]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/no-gpg-sign'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:52 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:53 +0000 (13:42 -0700)
commitfc3f6fd7bef30895b3f80c1f8a708f5eeb69695b
tree2f36295ebc5dfd63ee7efb677ac88ad702215b82
parent886fcb7aae194a76316177ccb869e1b9b572d49f
parent5c5bac173d202013750dc28b37107d151ccb921e
Merge branch 'dd/no-gpg-sign'

"git rebase" learned the "--no-gpg-sign" option to countermand
commit.gpgSign the user may have.

* dd/no-gpg-sign:
  Documentation: document merge option --no-gpg-sign
  Documentation: merge commit-tree --[no-]gpg-sign
  Documentation: reword commit --no-gpg-sign
  Documentation: document am --no-gpg-sign
  cherry-pick/revert: honour --no-gpg-sign in all case
  rebase.c: honour --no-gpg-sign
Documentation/git-rebase.txt
builtin/rebase.c
sequencer.c