Skip to content

Commit

Permalink
Fixes gpg.format default value
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ruyadorno committed Dec 3, 2024
1 parent 89215af commit 8e2ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/docs/content/docs/gitformat-signature.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2 id="_description"><a class="anchor" href="#_description"></a>DESCRIPTION</h2
</div>
<div class="dlist">
<dl>
<dt class="hdlist1" id="Documentation/gitformat-signature.txt-codegpgcodePGP"> <a class="anchor" href="#Documentation/gitformat-signature.txt-codegpgcodePGP"></a><code>gpg</code> (PGP) </dt>
<dt class="hdlist1" id="Documentation/gitformat-signature.txt-codegpgcodePGP"> <a class="anchor" href="#Documentation/gitformat-signature.txt-codegpgcodePGP"></a><code>opengpg</code> (PGP) </dt>
<dd>
<p><code>-----BEGIN PGP SIGNATURE-----</code> and <code>-----END PGP SIGNATURE-----</code>.
Or, if gpg is told to produce RFC1991 signatures,
Expand Down

0 comments on commit 8e2ef7c

Please sign in to comment.