doc: remote-helpers: option pushcert if-asked

The documentation mentions that the value for the option "pushcert" is
"true" or "false". This is incomplete, as can be seen by analyzing
transport-helper.c:1009-1018 (added in commit 30261094b1)
which also implements setting the option to the value "if-asked".

Add the third value to the documentation (added in commit b9299a2bb1).

Signed-off-by: Lorenz Leutgeb <lorenz.leutgeb@posteo.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
seen
Lorenz Leutgeb 2026-08-29 18:37:04 +00:00 committed by Junio C Hamano
parent e9019fcafe
commit 83c9ba8970
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>::