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 commitseen30261094b1) which also implements setting the option to the value "if-asked". Add the third value to the documentation (added in commitb9299a2bb1). Signed-off-by: Lorenz Leutgeb <lorenz.leutgeb@posteo.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
parent
e9019fcafe
commit
83c9ba8970
|
|
@ -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>::
|
||||
|
|
|
|||
Loading…
Reference in New Issue