Merge branch 'ds/commit-graph-with-grafts' into maint
[gitweb.git] / commit.h
index 43f93b973dffe3bf8e56aa175e66304c72b0e30a..12b8b2d6543c758a6e96c0ba2ee287ef0d048e77 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -202,6 +202,7 @@ typedef int (*each_commit_graft_fn)(const struct commit_graft *, void *);
 
 struct commit_graft *read_graft_line(struct strbuf *line);
 int register_commit_graft(struct repository *r, struct commit_graft *, int);
+void prepare_commit_graft(struct repository *r);
 struct commit_graft *lookup_commit_graft(struct repository *r, const struct object_id *oid);
 
 extern struct commit_list *get_merge_bases(struct commit *rev1, struct commit *rev2);