libgit2/include
Carlos Martín Nieto 9464f9ebc1 Introduce a function to create a tree based on a different one
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.
2016-05-17 17:41:05 +02:00
..
git2 Introduce a function to create a tree based on a different one 2016-05-17 17:41:05 +02:00
git2.h proxy: introduce a proxy options struct 2016-04-19 13:54:19 +02:00