Skip to content

Commit 110f415

Browse files
committed
Merge branch 'nv/doc-config-signingkey'
* nv/doc-config-signingkey: config doc: user.signingkey is also used for signed commits
2 parents 774282d + f055169 commit 110f415

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/config.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,11 +2342,11 @@ user.name::
23422342
environment variables. See linkgit:git-commit-tree[1].
23432343

23442344
user.signingkey::
2345-
If linkgit:git-tag[1] is not selecting the key you want it to
2346-
automatically when creating a signed tag, you can override the
2347-
default selection with this variable. This option is passed
2348-
unchanged to gpg's --local-user parameter, so you may specify a key
2349-
using any method that gpg supports.
2345+
If linkgit:git-tag[1] or linkgit:git-commit[1] is not selecting the
2346+
key you want it to automatically when creating a signed tag or
2347+
commit, you can override the default selection with this variable.
2348+
This option is passed unchanged to gpg's --local-user parameter,
2349+
so you may specify a key using any method that gpg supports.
23502350

23512351
web.browser::
23522352
Specify a web browser that may be used by some commands.

0 commit comments

Comments
 (0)