]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fetch-pack.h
fetch-pack, index-pack, transport: partial clone
[thirdparty/git.git] / fetch-pack.h
index aeac1526445efdbe0c639056e3a4175ab3a697e9..3e224a18226ec6219b09387704baf178821c4c23 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "string-list.h"
 #include "run-command.h"
+#include "list-objects-filter-options.h"
 
 struct oid_array;
 
@@ -12,6 +13,7 @@ struct fetch_pack_args {
        int depth;
        const char *deepen_since;
        const struct string_list *deepen_not;
+       struct list_objects_filter_options filter_options;
        unsigned deepen_relative:1;
        unsigned quiet:1;
        unsigned keep_pack:1;