]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitremote-helpers.txt
Merge branch 'bw/protocol-v2' into HEAD
[thirdparty/git.git] / Documentation / gitremote-helpers.txt
index cd9b34d230529094c6dd320048f3e2db7eec9433..9d1459aac6d0b12ad1a87ff25a158dca0f2bf470 100644 (file)
@@ -498,6 +498,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]