From: Dave Borowitz Date: Wed, 19 Aug 2015 15:26:42 +0000 (-0400) Subject: gitremote-helpers.txt: document pushcert option X-Git-Tag: v2.6.0-rc0~18^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9299a2bb15a2fe851d0a463d8c0567743960c61;p=thirdparty%2Fgit.git gitremote-helpers.txt: document pushcert option Signed-off-by: Dave Borowitz Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index 82e2d15435..78e0b27c18 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -448,6 +448,9 @@ 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'}:: + GPG sign pushes. + SEE ALSO -------- linkgit:git-remote[1]