]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
Merge branch 'fr_2.26.0' of github.com:jnavila/git
[thirdparty/git.git] / commit-graph.h
index 5a690723b00a2739d7cc4c36916478fac155f1ee..e87a6f636000d68137fe3ec437b02e439a8171a5 100644 (file)
@@ -61,7 +61,8 @@ struct commit_graph {
        const unsigned char *chunk_base_graphs;
 };
 
-struct commit_graph *load_commit_graph_one_fd_st(int fd, struct stat *st);
+struct commit_graph *load_commit_graph_one_fd_st(int fd, struct stat *st,
+                                                struct object_directory *odb);
 struct commit_graph *read_commit_graph_one(struct repository *r,
                                           struct object_directory *odb);
 struct commit_graph *parse_commit_graph(void *graph_map, int fd,