mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 06:47:53 +00:00
![]() This switches the APIs for setting and getting the global/system search paths from using git_strarray to using a simple string with GIT_PATH_LIST_SEPARATOR delimited paths, just as the environment PATH variable would contain. This makes it simpler to get and set the value. I also added code to expand "$PATH" when setting a new value to embed the old value of the path. This means that I no longer require separate actions to PREPEND to the value. |
||
---|---|---|
.. | ||
buffer.c | ||
copy.c | ||
dirent.c | ||
env.c | ||
errors.c | ||
filebuf.c | ||
hex.c | ||
mkdir.c | ||
oid.c | ||
opts.c | ||
path.c | ||
pool.c | ||
rmdir.c | ||
stat.c | ||
string.c | ||
strmap.c | ||
strtol.c | ||
vector.c |