diff options
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 |