]> git.ipfire.org Git - thirdparty/git.git/blobdiff - object.h
Merge branch 'en/merge-ort-api-null-impl'
[thirdparty/git.git] / object.h
index 20b18805f08f6eb2d472abc377b3766594dc4e78..59daadce21453c707bb439d047725b40d95f153d 100644 (file)
--- a/object.h
+++ b/object.h
@@ -191,8 +191,9 @@ void object_array_clear(struct object_array *array);
 void clear_object_flags(unsigned flags);
 
 /*
- * Clear the specified object flags from all in-core commit objects.
+ * Clear the specified object flags from all in-core commit objects from
+ * the specified repository.
  */
-void clear_commit_marks_all(unsigned int flags);
+void repo_clear_commit_marks(struct repository *r, unsigned int flags);
 
 #endif /* OBJECT_H */