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)
commit62bef66fe783a6a49e4418b6ce194cc94017bc7c
treec25b0184452cd4bc65ccab75ae748391c6a9f7b5
parentd8a1bac1d49dfe8879000e2bd07d138d3088f5b4
parentea230d8b626d48a5b7851d84f75dd6708479cb59
Merge branch 'bc/gpg-sign-everywhere'

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
git-pull.sh