1. 25 Jul, 2013 1 commit
    • Fix rename detection for tree-to-tree diffs · a5140f4d
      The performance improvements I introduced for rename detection
      were not able to run successfully for tree-to-tree diffs because
      the blob size was not known early enough and so the file signature
      always had to be calculated nonetheless.
      
      This change separates loading blobs into memory from calculating
      the signature.  I can't avoid having to load the large blobs into
      memory, but by moving it forward, I'm able to avoid the signature
      calculation if the blob won't come into play for renames.
      Russell Belfer committed
  2. 24 Jul, 2013 6 commits
  3. 23 Jul, 2013 4 commits
  4. 22 Jul, 2013 4 commits
  5. 19 Jul, 2013 7 commits
  6. 18 Jul, 2013 3 commits
  7. 17 Jul, 2013 3 commits
  8. 16 Jul, 2013 2 commits
  9. 15 Jul, 2013 7 commits
  10. 14 Jul, 2013 3 commits