commit: factor out clear_commit_marks_for_object_array
[gitweb.git] / commit.h
index a2d571b97410fa857b4c177325c4556dac50fe3f..641f70fb1ee271258e992c04eb33501fa91bcf3f 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -126,6 +126,7 @@ struct commit *pop_most_recent_commit(struct commit_list **list,
 struct commit *pop_commit(struct commit_list **stack);
 
 void clear_commit_marks(struct commit *commit, unsigned int mark);
+void clear_commit_marks_for_object_array(struct object_array *a, unsigned mark);
 
 /*
  * Performs an in-place topological sort of list supplied.