]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.h
l10n: zh_CN: for git v2.32.0 l10n round 1
[thirdparty/git.git] / transport.h
index 4d5db0a7f22b366db870f9b421e41d1bba5a339c..1cbab11373080f73df22fdd510537aa8f66bf164 100644 (file)
@@ -47,6 +47,12 @@ struct git_transport_options {
         * transport_set_option().
         */
        struct oid_array *negotiation_tips;
+
+       /*
+        * If allocated, whenever transport_fetch_refs() is called, add known
+        * common commits to this oidset instead of fetching any packfiles.
+        */
+       struct oidset *acked_commits;
 };
 
 enum transport_family {