Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: avoid using the rev_info flag leak_pending
[gitweb.git]
/
object.h
diff --git
a/object.h
b/object.h
index df8abe96f7da2585f7f07c68f53695a2d450e2ae..1111f64dd98133e6d708c00f95454c355bebe288 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-148,4
+148,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.
+ */
+extern void clear_commit_marks_all(unsigned int flags);
+
#endif /* OBJECT_H */