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