From: Tom Jones Date: Sun, 21 Oct 2012 19:46:37 +0000 (+0100) Subject: Add -S, --gpg-sign option to manpage of "git commit" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=098bbdc31c8dc66e2c7a1a531625502be512b016;p=git.git Add -S, --gpg-sign option to manpage of "git commit" git commit -S, --gpg-sign was mentioned in the program's help message, but not in the manpage. This adds an equivalent entry for the option in the manpage. Signed-off-by: Tom Jones Signed-off-by: Jeff King --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 9594ac8e9..a65d72655 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -13,7 +13,7 @@ SYNOPSIS [-F | -m ] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=] [--date=] [--cleanup=] [--status | --no-status] - [-i | -o] [--] [...] + [-i | -o] [-S[]] [--] [...] DESCRIPTION ----------- @@ -276,6 +276,10 @@ configuration variable documented in linkgit:git-config[1]. commit message template when using an editor to prepare the default commit message. +-S[]:: +--gpg-sign[=]:: + GPG-sign commit. + \--:: Do not interpret any more arguments as options.