commit-graph: always load commit-graph information
[gitweb.git] / Documentation / gitremote-helpers.txt
index e4b785eb60e8efeb282438ab0123d5eec009c625..4b8c93ec59de3db02b9914aed4955d486be5f875 100644 (file)
@@ -463,9 +463,16 @@ set by Git if the remote helper has the 'option' capability.
        GPG sign pushes.
 
 'option push-option <string>::
-       Transmit <string> as a push option. As the push option
+       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]