clone: partial clone
[gitweb.git] / list-objects-filter-options.h
index eea44a1a51b7c41feba26a688f82f3c67b23667e..11435392c2f96d635e039e5f287ea60105c1325f 100644 (file)
@@ -58,4 +58,10 @@ int opt_parse_list_objects_filter(const struct option *opt,
 void list_objects_filter_release(
        struct list_objects_filter_options *filter_options);
 
+void partial_clone_register(
+       const char *remote,
+       const struct list_objects_filter_options *filter_options);
+void partial_clone_get_default_filter_spec(
+       struct list_objects_filter_options *filter_options);
+
 #endif /* LIST_OBJECTS_FILTER_OPTIONS_H */