summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-06-29 13:17:32 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-06-29 20:50:46 (GMT)
commit7c6f8aaf6d795f0c9a75671acceb9754ea06fd81 (patch)
tree5439b959adc9ff216174c6bc84fd54cc591c5d0d /commit.h
parent52cab8a0848463d793a3fc819b6d604ffc077ac1 (diff)
downloadgit-7c6f8aaf6d795f0c9a75671acceb9754ea06fd81.zip
git-7c6f8aaf6d795f0c9a75671acceb9754ea06fd81.tar.gz
git-7c6f8aaf6d795f0c9a75671acceb9754ea06fd81.tar.bz2
move get_merge_bases() to core lib.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index 7c9ca3f..89b9dad 100644
--- a/commit.h
+++ b/commit.h
@@ -105,4 +105,6 @@ 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);
+
#endif /* COMMIT_H */