Merge branch 'll/doc-pushcert-if-asked' into seen

he remote helper documentation for the 'pushcert' option has been
updated to mention that it can also take 'if-asked', reflecting the
existing implementation in the code.

* ll/doc-pushcert-if-asked:
  doc: remote-helpers: option pushcert if-asked
seen
Junio C Hamano 2026-08-31 13:53:31 -07:00
commit 3039d0c99f
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ set by Git if the remote helper has the 'option' capability.
'option update-shallow' {'true'|'false'}::
Allow to extend .git/shallow if the new refs require it.

'option pushcert' {'true'|'false'}::
'option pushcert' {'true'|'false'|'if-asked'}::
GPG sign pushes.

'option push-option' <string>::