libgit2/tests/refs/branches
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
..
create.c branch: don't accept a reflog message override 2015-03-03 14:40:50 +01:00
delete.c repository: remove log message override for switching the active branch 2015-03-03 14:40:50 +01:00
ishead.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
iterator.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
move.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
name.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
remote.c branch: move to git_buf when outputting newly-allocated strings 2014-01-27 04:44:05 +01:00
upstream.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
upstreamname.c branch: move to git_buf when outputting newly-allocated strings 2014-01-27 04:44:05 +01:00