Make clear_commit_marks() clean harder
[gitweb.git] / commit.h
index 7c9ca3fbed728d946e48c787720b3ab5ad575a85..3a26e29ce6142ccafa5365a91cebf6b6a7234297 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -105,4 +105,7 @@ struct commit_graft *read_graft_line(char *buf, int len);
 int register_commit_graft(struct commit_graft *, int);
 int read_graft_file(const char *graft_file);
 
+extern struct commit_list *get_merge_bases(struct commit *rev1, struct commit *rev2);
+extern struct commit_list *get_merge_bases_clean(struct commit *rev1, struct commit *rev2);
+
 #endif /* COMMIT_H */