My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66697fe
)
gitremote-helpers.txt: document pushcert option
author
Dave Borowitz
<dborowitz@google.com>
Wed, 19 Aug 2015 15:26:42 +0000
(11:26 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Aug 2015 19:41:38 +0000
(12:41 -0700)
Signed-off-by: Dave Borowitz <dborowitz@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitremote-helpers.txt
patch
|
blob
|
history
diff --git
a/Documentation/gitremote-helpers.txt
b/Documentation/gitremote-helpers.txt
index
82e2d15
..
78e0b27
100644
(file)
--- 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]