Commit Graph

4 Commits

Author SHA1 Message Date
Carlos Martín Nieto e40cf421a0 tree: add a managed version of the tree
It offers the most of the same interface as the libgit2 tree, but the parsed
memory has gone straight into managed, avoiding the expensive calls into C for
accessors.
2017-10-20 00:23:29 +02:00
Carlos Martín Nieto e55c00eca7 Run the tests in parallel
This saves about 1s, or 1/3 of the test runtime. The linking is still
much slower, but this we can control.
2016-08-27 19:21:05 +02:00
Han-Wen Nienhuys 090dc7ee39 Use Filemode in TreeBuilder.Insert, and add test coverage for some
TreeBuilder methods.
2016-02-17 18:23:52 +01:00
Calin Seciu 64c160f6f2 Find tree entry by id
Add support for 'git_tree_entry_byid'.
2015-07-24 19:52:51 +03:00