1. 02 Jun, 2016 7 commits
  2. 01 Jun, 2016 7 commits
  3. 27 May, 2016 2 commits
  4. 26 May, 2016 6 commits
  5. 25 May, 2016 1 commit
  6. 24 May, 2016 3 commits
  7. 23 May, 2016 1 commit
  8. 22 May, 2016 1 commit
  9. 19 May, 2016 3 commits
  10. 18 May, 2016 2 commits
  11. 17 May, 2016 1 commit
    • Introduce a function to create a tree based on a different one · 9464f9eb
      Instead of going through the usual steps of reading a tree recursively
      into an index, modifying it and writing it back out as a tree, introduce
      a function to perform simple updates more efficiently.
      
      `git_tree_create_updated` avoids reading trees which are not modified
      and supports upsert and delete operations. It is not as versatile as
      modifying the index, but it makes some common operations much more
      efficient.
      Carlos Martín Nieto committed
  12. 09 May, 2016 1 commit
  13. 08 May, 2016 1 commit
  14. 06 May, 2016 2 commits
  15. 04 May, 2016 2 commits