commit-graph: build graph from starting commits
[gitweb.git] / commit-graph.h
index f065f0866f83e274b0e9e8cdb10415b84d5d74f8..fd035101b282bc1bcf7b94318300b608881cde0f 100644 (file)
@@ -38,6 +38,8 @@ struct commit_graph *load_commit_graph_one(const char *graph_file);
 
 void write_commit_graph(const char *obj_dir,
                        const char **pack_indexes,
-                       int nr_packs);
+                       int nr_packs,
+                       const char **commit_hex,
+                       int nr_commits);
 
 #endif