1. 31 Aug, 2015 1 commit
    • iterator: saner pathlist matching for idx iterator · d53c8880
      Some nicer refactoring for index iteration walks.
      
      The index iterator doesn't binary search through the pathlist space,
      since it lacks directory entries, and would have to binary search
      each index entry and all its parents (eg, when presented with an index
      entry of `foo/bar/file.c`, you would have to look in the pathlist for
      `foo/bar/file.c`, `foo/bar` and `foo`).  Since the index entries and the
      pathlist are both nicely sorted, we walk the index entries in lockstep
      with the pathlist like we do for other iteration/diff/merge walks.
      Edward Thomson committed
  2. 30 Aug, 2015 5 commits
  3. 29 Aug, 2015 1 commit
  4. 28 Aug, 2015 4 commits
  5. 26 Aug, 2015 2 commits
  6. 25 Aug, 2015 2 commits
  7. 24 Aug, 2015 1 commit
  8. 20 Aug, 2015 2 commits
  9. 19 Aug, 2015 3 commits
  10. 18 Aug, 2015 1 commit
  11. 17 Aug, 2015 2 commits
  12. 15 Aug, 2015 5 commits
  13. 14 Aug, 2015 2 commits
  14. 13 Aug, 2015 1 commit
  15. 12 Aug, 2015 6 commits
  16. 11 Aug, 2015 2 commits