summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-13 17:29:14 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-13 17:29:14 -0800
commit640779d2fa2811b69c7c071dceb886299418257d (patch)
tree9144f07f4071bbf90438a08cf290b1a099acf6f5 /gitremote-helpers.txt
parent2ef0ba3d29e4b0c3a24887c2cf8d02ee62c852d1 (diff)
downloadgit-htmldocs-640779d2fa2811b69c7c071dceb886299418257d.tar.gz
Autogenerated HTML docs for v2.16.1-194-gb2e45
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index 4a584f3c5..4b8c93ec5 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -466,6 +466,13 @@ set by Git if the remote helper has the 'option' capability.
Transmit <string> as a push option. As the push option
must not contain LF or NUL characters, the string is not encoded.
+'option from-promisor' {'true'|'false'}::
+ Indicate that these objects are being fetched from a promisor.
+
+'option no-dependents' {'true'|'false'}::
+ Indicate that only the objects wanted need to be fetched, not
+ their dependents.
+
SEE ALSO
--------
linkgit:git-remote[1]