| Name | 
 Last commit 
 | 
Last update | 
|---|---|---|
| .. | ||
| add.c | ||
| backend.c | ||
| config_helpers.c | ||
| config_helpers.h | ||
| configlevel.c | ||
| global.c | ||
| include.c | ||
| multivar.c | ||
| new.c | ||
| read.c | ||
| rename.c | ||
| snapshot.c | ||
| stress.c | ||
| validkeyname.c | ||
| write.c | 
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.
| Name | 
 Last commit 
 | 
Last update | 
|---|---|---|
| .. | ||
| add.c | Loading commit data... | |
| backend.c | Loading commit data... | |
| config_helpers.c | Loading commit data... | |
| config_helpers.h | Loading commit data... | |
| configlevel.c | Loading commit data... | |
| global.c | Loading commit data... | |
| include.c | Loading commit data... | |
| multivar.c | Loading commit data... | |
| new.c | Loading commit data... | |
| read.c | Loading commit data... | |
| rename.c | Loading commit data... | |
| snapshot.c | Loading commit data... | |
| stress.c | Loading commit data... | |
| validkeyname.c | Loading commit data... | |
| write.c | Loading commit data... |