]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote-curl.c
Merge branch 'jc/add-i-use-builtin-experimental'
[thirdparty/git.git] / remote-curl.c
index ce470f27b96c220f896cdc11f0edc84a7c27ebbe..32cc4a0c553b3e6f953be247bd593e07222dd5b5 100644 (file)
@@ -39,7 +39,10 @@ struct options {
                /* One of the SEND_PACK_PUSH_CERT_* constants. */
                push_cert : 2,
                deepen_relative : 1,
+
+               /* see documentation of corresponding flag in fetch-pack.h */
                from_promisor : 1,
+
                atomic : 1,
                object_format : 1;
        const struct git_hash_algo *hash_algo;