]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / commit-graph.h
index b7914b0a7aa881eeb638a7a09111b1b11a99e238..f8e92500c6e4bc004c9945b29d27da89319d0bd0 100644 (file)
@@ -25,6 +25,7 @@ struct raw_object_store;
 struct string_list;
 
 char *get_commit_graph_filename(struct object_directory *odb);
+char *get_commit_graph_chain_filename(struct object_directory *odb);
 int open_commit_graph(const char *graph_file, int *fd, struct stat *st);
 
 /*
@@ -110,6 +111,7 @@ struct commit_graph_opts {
        int max_commits;
        timestamp_t expire_time;
        enum commit_graph_split_flags split_flags;
+       int max_new_filters;
 };
 
 /*