From 3253553e12d40da3bca818528f49a63c95f43aa3 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 24 Jan 2014 00:50:58 +0000 Subject: cherry-pick, revert: add the --gpg-sign option Signed-off-by: Nicolas Vigier Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- Documentation/git-revert.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Documentation/git-revert.txt') diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index 2de67a5496..9eb83f01a4 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -8,7 +8,7 @@ git-revert - Revert some existing commits SYNOPSIS -------- [verse] -'git revert' [--[no-]edit] [-n] [-m parent-number] [-s] ... +'git revert' [--[no-]edit] [-n] [-m parent-number] [-s] [-S[]] ... 'git revert' --continue 'git revert' --quit 'git revert' --abort @@ -80,6 +80,10 @@ more details. This is useful when reverting more than one commits' effect to your index in a row. +-S[]:: +--gpg-sign[=]:: + GPG-sign commits. + -s:: --signoff:: Add Signed-off-by line at the end of the commit message. -- cgit v1.2.3