]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit.h
Git 1.7.8-rc2
[thirdparty/git.git] / commit.h
index 14f6a5a2ed91e2176cce4543798774f88a8628b1..009b113e5bb5d04bdfb116897cc17dc5f5a2fa9c 100644 (file)
--- 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.