Skip to content

Commit 8e2ef7c

Browse files
committed
Fixes gpg.format default value
The `gitformat-signature` docs page refers to a `gpg` value that does not work as expected. Using the value `opengpg` instead, as documented under https://git-scm.com/docs/git-config `gpg.format` section fixes it.
1 parent 89215af commit 8e2ef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/docs/content/docs/gitformat-signature.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2 id="_description"><a class="anchor" href="#_description"></a>DESCRIPTION</h2
4646
</div>
4747
<div class="dlist">
4848
<dl>
49-
<dt class="hdlist1" id="Documentation/gitformat-signature.txt-codegpgcodePGP"> <a class="anchor" href="#Documentation/gitformat-signature.txt-codegpgcodePGP"></a><code>gpg</code> (PGP) </dt>
49+
<dt class="hdlist1" id="Documentation/gitformat-signature.txt-codegpgcodePGP"> <a class="anchor" href="#Documentation/gitformat-signature.txt-codegpgcodePGP"></a><code>opengpg</code> (PGP) </dt>
5050
<dd>
5151
<p><code>-----BEGIN PGP SIGNATURE-----</code> and <code>-----END PGP SIGNATURE-----</code>.
5252
Or, if gpg is told to produce RFC1991 signatures,

0 commit comments

Comments
 (0)