]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/gpg-sign-everywhere'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:44 +0000 (14:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Feb 2014 22:01:44 +0000 (14:01 -0800)
Teach "--gpg-sign" option to many commands that create commits.

* bc/gpg-sign-everywhere:
  pull: add the --gpg-sign option.
  rebase: add the --gpg-sign option
  rebase: parse options in stuck-long mode
  rebase: don't try to match -M option
  rebase: remove useless arguments check
  am: add the --gpg-sign option
  am: parse options in stuck-long mode
  git-sh-setup.sh: add variable to use the stuck-long mode
  cherry-pick, revert: add the --gpg-sign option

1  2 
git-pull.sh

diff --cc git-pull.sh
Simple merge