From 83c9ba8970c7a6e2d0a6d6602dc62948f0074cb6 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Sat, 29 Aug 2026 18:37:04 +0000 Subject: [PATCH] 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 30261094b1f7fdcba3b7a1) 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 Signed-off-by: Junio C Hamano --- Documentation/gitremote-helpers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gitremote-helpers.adoc b/Documentation/gitremote-helpers.adoc index 39cdece16e..10921e91b9 100644 --- a/Documentation/gitremote-helpers.adoc +++ b/Documentation/gitremote-helpers.adoc @@ -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' ::