diff options
Diffstat (limited to 'object.h')
-rw-r--r-- | object.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -149,4 +149,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 */ |