libgit2/tests/clone
Carlos Martín Nieto 9a97f49e3a config: borrow refcounted references
This changes the get_entry() method to return a refcounted version of
the config entry, which you have to free when you're done.

This allows us to avoid freeing the memory in which the entry is stored
on a refresh, which may happen at any time for a live config.

For this reason, get_string() has been forbidden on live configs and a
new function get_string_buf() has been added, which stores the string in
a git_buf which the user then owns.

The functions which parse the string value takea advantage of the
borrowing to parse safely and then release the entry.
2015-03-03 18:35:12 +01:00
..
empty.c Plug a few leaks in the tests 2014-03-07 16:03:15 +01:00
local.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
nonetwork.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
transport.c Custom transport: minor cleanups 2014-08-14 08:52:20 -05:00