move get_merge_bases() to core lib.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Johannes Schindelin
2006-06-29 15:17:32 +02:00
committed by Junio C Hamano
parent 52cab8a084
commit 7c6f8aaf6d
3 changed files with 242 additions and 238 deletions

View File

@ -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 */