]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bundle.h
bundle: parse filter capability
[thirdparty/git.git] / bundle.h
index 06009fe6b1f00b939350ba88ba7bf8f72565de4c..7fef2108f436861726ca4efb6937f9d434e61d7e 100644 (file)
--- a/bundle.h
+++ b/bundle.h
@@ -4,12 +4,14 @@
 #include "strvec.h"
 #include "cache.h"
 #include "string-list.h"
+#include "list-objects-filter-options.h"
 
 struct bundle_header {
        unsigned version;
        struct string_list prerequisites;
        struct string_list references;
        const struct git_hash_algo *hash_algo;
+       struct list_objects_filter_options filter;
 };
 
 #define BUNDLE_HEADER_INIT \