diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-30 12:50:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-30 12:51:10 -0700 |
commit | 21912d8f23aca75ef9b6a5a3f5d937ef96ea7c68 (patch) | |
tree | 66663db9c89d5c5f872aee7c4f66827751a9a308 /commit.h | |
parent | 2ce406ccb85c4546b6d19309a6101b37c7bd952e (diff) | |
download | git-jc/first-parent-merge-bases.tar.gz |
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ extern struct commit_list *get_octopus_merge_bases(struct commit_list *in); /* To be used only when object flags after this call no longer matter */ extern struct commit_list *get_merge_bases_many_dirty(struct commit *one, int n, struct commit **twos); +extern struct commit_list *get_first_parent_merge_bases_many_dirty(struct commit *one, int n, struct commit **twos); /* largest positive number a signed 32-bit integer can contain */ #define INFINITE_DEPTH 0x7fffffff |