]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Merge branch 'tq/branch-create-wo-branch-get'
[thirdparty/git.git] / commit.h
index 2b1a73438873f20e2c9e570121a2e024d7762fbe..1d260d62f57a24864986252892faa89c17572210 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);
 
 /* largest positive number a signed 32-bit integer can contain */