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-askedseen
commit
3039d0c99f
|
|
@ -523,7 +523,7 @@ set by Git if the remote helper has the 'option' capability.
|
||||||
'option update-shallow' {'true'|'false'}::
|
'option update-shallow' {'true'|'false'}::
|
||||||
Allow to extend .git/shallow if the new refs require it.
|
Allow to extend .git/shallow if the new refs require it.
|
||||||
|
|
||||||
'option pushcert' {'true'|'false'}::
|
'option pushcert' {'true'|'false'|'if-asked'}::
|
||||||
GPG sign pushes.
|
GPG sign pushes.
|
||||||
|
|
||||||
'option push-option' <string>::
|
'option push-option' <string>::
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue