]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / commit.h
index 3b174135bcff3e720139e687aadacf733e414bb6..21e4d25ce7878ab6463110b6b3104c7b99d159cb 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -249,6 +249,7 @@ int commit_graft_pos(struct repository *r, const struct object_id *oid);
 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);
+void reset_commit_grafts(struct repository *r);
 
 struct commit *get_fork_point(const char *refname, struct commit *commit);