summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-10-30 12:50:03 -0700
committerJunio C Hamano <gitster@pobox.com>2014-10-30 12:51:10 -0700
commit21912d8f23aca75ef9b6a5a3f5d937ef96ea7c68 (patch)
tree66663db9c89d5c5f872aee7c4f66827751a9a308 /commit.h
parent2ce406ccb85c4546b6d19309a6101b37c7bd952e (diff)
downloadgit-jc/first-parent-merge-bases.tar.gz
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index 7cd4503581..169d8c070b 100644
--- a/commit.h
+++ b/commit.h
@@ -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