diff options
Diffstat (limited to 'odb.h')
| -rw-r--r-- | odb.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -162,6 +162,12 @@ struct object_database *odb_new(struct repository *repo); void odb_clear(struct object_database *o); /* + * Clear caches, reload alternates and then reload object sources so that new + * objects may become accessible. + */ +void odb_reprepare(struct object_database *o); + +/* * Find source by its object directory path. Returns a `NULL` pointer in case * the source could not be found. */ |
