libgit2/include
Arthur Schreiber d3b29fb94b refdb and odb backends must provide free function
As refdb and odb backends can be allocated by client code, libgit2
can’t know whether an alternative memory allocator was used, and thus
should not try to call `git__free` on those objects.

Instead, odb and refdb backend implementations must always provide
their own `free` functions to ensure memory gets freed correctly.
2015-10-01 00:50:37 +02:00
..
git2 refdb and odb backends must provide free function 2015-10-01 00:50:37 +02:00
git2.h Include git2/transaction.h 2015-05-31 19:22:12 +02:00