1. 16 Dec, 2015 1 commit
    • merge: Use `git_index__fill` to populate the index · 879ebab3
      Instead of calling `git_index_add` in a loop, use the new
      `git_index_fill` internal API to fill the index with the initial staged
      entries.
      
      The new `fill` helper assumes that all the entries will be unique and
      valid, so it can append them at the end of the entries vector and only
      sort it once at the end. It performs no validation checks.
      
      This prevents the quadratic behavior caused by having to sort the
      entries list once after every insertion.
      Vicent Marti committed
  2. 14 Dec, 2015 2 commits
  3. 10 Dec, 2015 2 commits
  4. 09 Dec, 2015 3 commits
  5. 08 Dec, 2015 5 commits
  6. 06 Dec, 2015 3 commits
  7. 03 Dec, 2015 3 commits
  8. 02 Dec, 2015 2 commits
  9. 01 Dec, 2015 9 commits
  10. 30 Nov, 2015 5 commits
  11. 28 Nov, 2015 4 commits
  12. 25 Nov, 2015 1 commit