diff options
author | Nicolas Vigier <boklm@mars-attacks.org> | 2014-02-10 01:03:37 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-11 14:48:20 -0800 |
commit | 3ee5e54038fd32ee60b24ebd385981aeb14b80a5 (patch) | |
tree | bcd03b18bcef2a27653fe317cdeadf60c440e348 /Documentation/git-rebase.txt | |
parent | rebase: parse options in stuck-long mode (diff) | |
download | tgif-3ee5e54038fd32ee60b24ebd385981aeb14b80a5.tar.xz |
rebase: add the --gpg-sign option
Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r-- | Documentation/git-rebase.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 2889be6bdc..2a93c645bd 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -281,6 +281,10 @@ which makes little sense. specified, `-s recursive`. Note the reversal of 'ours' and 'theirs' as noted above for the `-m` option. +-S[<keyid>]:: +--gpg-sign[=<keyid>]:: + GPG-sign commits. + -q:: --quiet:: Be quiet. Implies --no-stat. |