summaryrefslogtreecommitdiff
path: root/git-quiltimport.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-02-27 22:01:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-02-27 22:01:44 (GMT)
commit62bef66fe783a6a49e4418b6ce194cc94017bc7c (patch)
treec25b0184452cd4bc65ccab75ae748391c6a9f7b5 /git-quiltimport.sh
parentd8a1bac1d49dfe8879000e2bd07d138d3088f5b4 (diff)
parentea230d8b626d48a5b7851d84f75dd6708479cb59 (diff)
downloadgit-62bef66fe783a6a49e4418b6ce194cc94017bc7c.zip
git-62bef66fe783a6a49e4418b6ce194cc94017bc7c.tar.gz
git-62bef66fe783a6a49e4418b6ce194cc94017bc7c.tar.bz2
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
Diffstat (limited to 'git-quiltimport.sh')
-rwxr-xr-xgit-quiltimport.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-quiltimport.sh b/git-quiltimport.sh
index 8e17525..167d79f 100755
--- a/git-quiltimport.sh
+++ b/git-quiltimport.sh
@@ -1,5 +1,6 @@
#!/bin/sh
OPTIONS_KEEPDASHDASH=
+OPTIONS_STUCKLONG=
OPTIONS_SPEC="\
git quiltimport [options]
--