1
0
mirror of https://github.com/git/git.git synced 2024-10-21 13:59:03 +02:00

config doc: user.signingkey is also used for signed commits

The description of the user.signingkey option only mentioned its use
when creating a signed tag. Make it clear that is is also used when
creating signed commits.

Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
Nicolas Vigier 2013-10-14 19:04:36 +02:00 committed by Jonathan Nieder
parent ba3c69a9ee
commit f0551693cc

@ -1901,11 +1901,11 @@ user.name::
environment variables. See linkgit:git-commit-tree[1]. environment variables. See linkgit:git-commit-tree[1].
user.signingkey:: user.signingkey::
If linkgit:git-tag[1] is not selecting the key you want it to If linkgit:git-tag[1] or linkgit:git-commit[1] is not selecting the
automatically when creating a signed tag, you can override the key you want it to automatically when creating a signed tag or
default selection with this variable. This option is passed commit, you can override the default selection with this variable.
unchanged to gpg's --local-user parameter, so you may specify a key This option is passed unchanged to gpg's --local-user parameter,
using any method that gpg supports. so you may specify a key using any method that gpg supports.
web.browser:: web.browser::
Specify a web browser that may be used by some commands. Specify a web browser that may be used by some commands.