diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-05 12:30:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-05 12:30:26 -0700 |
commit | e13d854322ad802213aea13409505c765b5c68d1 (patch) | |
tree | 5517efbeafd23b49f4ff7dbcb769ac90749bb180 /Documentation/git-rebase.txt | |
parent | e437cbd01564f0c31fad068fa1f88feea5d806da (diff) | |
parent | 2b594bf90d84fd96f2b1fe904c1e62e391ceb4a0 (diff) | |
download | git-e13d854322ad802213aea13409505c765b5c68d1.tar.gz |
Merge branch 'mm/keyid-docs'
Very small number of options take a parameter that is optional
(which is not a great UI element as they can only appear at the end
of the command line). Add notice to documentation of each and
every one of them.
* mm/keyid-docs:
Documentation: explain optional arguments better
Documentation/grep: fix documentation of -O
Documentation: use 'keyid' consistently, not 'key-id'
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r-- | Documentation/git-rebase.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 72e69fc165..6cca8bb51d 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -294,7 +294,9 @@ which makes little sense. -S[<keyid>]:: --gpg-sign[=<keyid>]:: - GPG-sign commits. + GPG-sign commits. The `keyid` argument is optional and + defaults to the committer identity; if specified, it must be + stuck to the option without a space. -q:: --quiet:: |