libgit2/include
Michael Tesch 87aaefe20b write_tree: use shared buffer for writing trees
The function to write trees allocates a new buffer for each tree.
This causes problems with performance when performing a lot
of actions involving writing trees, e.g. when doing many merges.
Fix the issue by instead handing in a shared buffer, which is then
re-used across the calls without having to re-allocate between
calls.
2016-12-12 10:46:05 -05:00
..
git2 write_tree: use shared buffer for writing trees 2016-12-12 10:46:05 -05:00
git2.h proxy: introduce a proxy options struct 2016-04-19 13:54:19 +02:00