X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=009b113e5bb5d04bdfb116897cc17dc5f5a2fa9c;hb=39af78961d8e7f4c0aee73e77e9eb5b6033f79c2;hp=14f6a5a2ed91e2176cce4543798774f88a8628b1;hpb=eee947fb95dfa160d924824518dbfcb350c10aa5;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.