]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-reach.h
test-reach: test can_all_from_reach_with_flags
[thirdparty/git.git] / commit-reach.h
index b28bc22fcd4b426310b4a1feb40b13d15b766b62..aa202c97038e76ea899277338563b2b53ff75615 100644 (file)
@@ -72,5 +72,7 @@ int can_all_from_reach_with_flag(struct object_array *from,
                                 unsigned int with_flag,
                                 unsigned int assign_flag,
                                 time_t min_commit_date);
+int can_all_from_reach(struct commit_list *from, struct commit_list *to,
+                      int commit_date_cutoff);
 
 #endif