summaryrefslogtreecommitdiff
path: root/Documentation/config/gpg.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-05 22:01:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-01-05 22:01:29 (GMT)
commit76987b86283579bf144d1d325401fb8e06cddcdf (patch)
tree5f28e437b52baf65121aaaebf95be51ca6cfef94 /Documentation/config/gpg.txt
parent2b755b337134aac9b1386e2d216cf734e1e229d2 (diff)
parentacd78728bbb95052406015acf7d0807e777631dd (diff)
downloadgit-76987b86283579bf144d1d325401fb8e06cddcdf.zip
git-76987b86283579bf144d1d325401fb8e06cddcdf.tar.gz
git-76987b86283579bf144d1d325401fb8e06cddcdf.tar.bz2
Merge branch 'jk/ssh-signing-doc-markup-fix'
Docfix. * jk/ssh-signing-doc-markup-fix: doc/config: mark ssh allowedSigners example as literal
Diffstat (limited to 'Documentation/config/gpg.txt')
-rw-r--r--Documentation/config/gpg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/gpg.txt b/Documentation/config/gpg.txt
index c9be554..2fc3856 100644
--- a/Documentation/config/gpg.txt
+++ b/Documentation/config/gpg.txt
@@ -44,7 +44,7 @@ gpg.ssh.allowedSignersFile::
A file containing ssh public keys which you are willing to trust.
The file consists of one or more lines of principals followed by an ssh
public key.
- e.g.: user1@example.com,user2@example.com ssh-rsa AAAAX1...
+ e.g.: `user1@example.com,user2@example.com ssh-rsa AAAAX1...`
See ssh-keygen(1) "ALLOWED SIGNERS" for details.
The principal is only used to identify the key and is available when
verifying a signature.