X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=009b113e5bb5d04bdfb116897cc17dc5f5a2fa9c;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=14f6a5a2ed91e2176cce4543798774f88a8628b1;hpb=3b425656a469722d9c45b7c88e0e01a9cd8c0fd3;p=git.git diff --git a/commit.h b/commit.h index 14f6a5a2e..009b113e5 100644 --- a/commit.h +++ b/commit.h @@ -133,6 +133,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.