aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitremote-helpers.txt
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2015-08-19 11:26:42 -0400
committerJunio C Hamano <gitster@pobox.com>2015-08-19 12:41:38 -0700
commitb9299a2bb15a2fe851d0a463d8c0567743960c61 (patch)
tree20bd6f2b9fc20de4b7a0fdb377f9e592722ed40c /Documentation/gitremote-helpers.txt
parent66697fe4bac58053187a4c013de33fd587929487 (diff)
downloadgit-b9299a2bb15a2fe851d0a463d8c0567743960c61.tar.gz
gitremote-helpers.txt: document pushcert option
Signed-off-by: Dave Borowitz <dborowitz@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitremote-helpers.txt')
-rw-r--r--Documentation/gitremote-helpers.txt3
1 files changed, 3 insertions, 0 deletions
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]