Skip to content

Commit c46452e

Browse files
committed
Merge branch 'gh/doc-typos'
Typofix. * gh/doc-typos: Documentation/config/pgp.txt: add missing apostrophe Documentation/config/pgp.txt: replace stray <TAB> character with <SPC>
2 parents e66e990 + cbac007 commit c46452e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config/gpg.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gpg.minTrustLevel::
3737
gpg.ssh.defaultKeyCommand::
3838
This command that will be run when user.signingkey is not set and a ssh
3939
signature is requested. On successful exit a valid ssh public key is
40-
expected in the first line of its output. To automatically use the first
40+
expected in the first line of its output. To automatically use the first
4141
available key from your ssh-agent set this to "ssh-add -L".
4242

4343
gpg.ssh.allowedSignersFile::
@@ -66,7 +66,7 @@ This way only committers with an already valid key can add or change keys in the
6666
+
6767
Since OpensSSH 8.8 this file allows specifying a key lifetime using valid-after &
6868
valid-before options. Git will mark signatures as valid if the signing key was
69-
valid at the time of the signatures creation. This allows users to change a
69+
valid at the time of the signature's creation. This allows users to change a
7070
signing key without invalidating all previously made signatures.
7171
+
7272
Using a SSH CA key with the cert-authority option

0 commit comments

Comments
 (0)