pull: add the --gpg-sign option.
commitea230d8b626d48a5b7851d84f75dd6708479cb59
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 10 Feb 2014 01:03:38 +0000 (10 01:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Feb 2014 22:52:08 +0000 (11 14:52 -0800)
tree9f2072b90698d35027a07cd114b731eb3f32bd0d
parent3ee5e54038fd32ee60b24ebd385981aeb14b80a5
pull: add the --gpg-sign option.

git merge already allows us to sign commits, and git rebase has recently
learned how to do so as well.  Teach git pull to parse the -S/--gpg-sign
option and pass this along to merge or rebase, as appropriate.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-pull.sh