From f0551693ccba62b179e774d128a9934d9f7c06ba Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 14 Oct 2013 19:04:36 +0200 Subject: [PATCH] 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 Signed-off-by: Jonathan Nieder --- Documentation/config.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index b30c7e6278..b9211d6558 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1901,11 +1901,11 @@ user.name:: environment variables. See linkgit:git-commit-tree[1]. user.signingkey:: - If linkgit:git-tag[1] is not selecting the key you want it to - automatically when creating a signed tag, you can override the - default selection with this variable. This option is passed - unchanged to gpg's --local-user parameter, so you may specify a key - using any method that gpg supports. + If linkgit:git-tag[1] or linkgit:git-commit[1] is not selecting the + key you want it to automatically when creating a signed tag or + commit, you can override the default selection with this variable. + This option is passed unchanged to gpg's --local-user parameter, + so you may specify a key using any method that gpg supports. web.browser:: Specify a web browser that may be used by some commands. -- 2.11.4.GIT