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
@ -8,7 +8,8 @@ git-cherry-pick - Apply the changes introduced by some existing commits
@@ -8,7 +8,8 @@ git-cherry-pick - Apply the changes introduced by some existing commits
@ -10,6 +10,7 @@ is rather slow but allows you to resurrect other people's topic
@@ -10,6 +10,7 @@ is rather slow but allows you to resurrect other people's topic
@ -37,6 +38,7 @@ abort restore the original branch and abort the patching operation.
@@ -37,6 +38,7 @@ abort restore the original branch and abort the patching operation.
committer-date-is-author-date lie about committer date
ignore-date use current timestamp for author date
rerere-autoupdate update the index with reused conflict resolution if possible
@ -9,6 +9,7 @@ LONG_USAGE='Summarizes the changes between two commits to the standard output,
@@ -9,6 +9,7 @@ LONG_USAGE='Summarizes the changes between two commits to the standard output,
and includes the given URL in the generated summary.'