]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-reach.h
Merge branch 'cb/is-descendant-of'
[thirdparty/git.git] / commit-reach.h
index 99a43e8b64fc803d7b7f4d09d11c2ec31fdb0a76..b49ad71a3177f7dfb670fedd272e68cc89a03e77 100644 (file)
@@ -27,7 +27,9 @@ struct commit_list *repo_get_merge_bases_many_dirty(struct repository *r,
 
 struct commit_list *get_octopus_merge_bases(struct commit_list *in);
 
-int is_descendant_of(struct commit *commit, struct commit_list *with_commit);
+int repo_is_descendant_of(struct repository *r,
+                         struct commit *commit,
+                         struct commit_list *with_commit);
 int repo_in_merge_bases(struct repository *r,
                        struct commit *commit,
                        struct commit *reference);