diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-06-29 15:17:32 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-29 13:50:46 -0700 |
commit | 7c6f8aaf6d795f0c9a75671acceb9754ea06fd81 (patch) | |
tree | 5439b959adc9ff216174c6bc84fd54cc591c5d0d /commit.h | |
parent | 52cab8a0848463d793a3fc819b6d604ffc077ac1 (diff) | |
download | git-7c6f8aaf6d795f0c9a75671acceb9754ea06fd81.tar.gz git-7c6f8aaf6d795f0c9a75671acceb9754ea06fd81.tar.xz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |