1. 19 Sep, 2012 1 commit
    • ODB: re-load packfiles on failed lookup · 5bb0dc93
      The old method was avoiding re-loading of packfiles by watching the mtime of the
      pack directory. This causes the ODB to become stale if the directory and packfile
      are written within the same clock millisecond, as when cloning a fairly small
      repo.
      
      This method tries to find the object in the cached packs, and forces a refresh when
      that fails. This will cause extra stat'ing on a miss, but speeds up the success
      case and avoids this race condition.
      Ben Straub committed
  2. 17 Sep, 2012 15 commits
  3. 15 Sep, 2012 1 commit
  4. 14 Sep, 2012 10 commits
  5. 13 Sep, 2012 1 commit
  6. 14 Sep, 2012 2 commits
  7. 13 Sep, 2012 10 commits