Name |
Last commit
|
Last update |
---|---|---|
.. | ||
commit.h | ||
config.h | ||
index.h | ||
odb_backend.h | ||
refdb_backend.h | ||
refs.h | ||
repository.h |
Previously, `git_object_read()`, `git_object_read_prefix()` and `git_object_exists()` were implementing an auto refresh logic. When the expected object couldn't be found in any backend, a call to `git_odb_refresh()` was triggered and the lookup was once again performed against all backends. This commit removes this auto-refresh logic from the odb layer and pushes it down into the pack-backend (as it's the only one currently exposing a `refresh()` endpoint).
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
commit.h | Loading commit data... | |
config.h | Loading commit data... | |
index.h | Loading commit data... | |
odb_backend.h | Loading commit data... | |
refdb_backend.h | Loading commit data... | |
refs.h | Loading commit data... | |
repository.h | Loading commit data... |