1. 04 Sep, 2013 1 commit
    • odb: Move the auto refresh logic to the pack backend · b1a6c316
      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).
      nulltoken committed
  2. 30 Aug, 2013 2 commits
  3. 28 Aug, 2013 8 commits
  4. 27 Aug, 2013 7 commits
  5. 26 Aug, 2013 4 commits
  6. 25 Aug, 2013 2 commits
  7. 24 Aug, 2013 3 commits
  8. 23 Aug, 2013 1 commit
  9. 22 Aug, 2013 8 commits
  10. 21 Aug, 2013 4 commits