libgit2/include
nulltoken b1a6c316a6 odb: Move the auto refresh logic to the pack backend
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).
2013-09-04 07:44:53 +02:00
..
git2 odb: Move the auto refresh logic to the pack backend 2013-09-04 07:44:53 +02:00
git2.h Fix example/log.c pathspec handling of merges 2013-07-10 20:50:32 +02:00