libgit2/tests/config
Edward Thomson ac2fba0ecd git_futils_mkdir_*: make a relative-to-base mkdir
Untangle git_futils_mkdir from git_futils_mkdir_ext - the latter
assumes that we own everything beneath the base, as if it were
being called with a base of the repository or working directory,
and is tailored towards checkout and ensuring that there is no
bogosity beneath the base that must be cleaned up.

This is (at best) slow and (at worst) unsafe in the larger context
of a filesystem where we do not own things and cannot do things like
unlink symlinks that are in our way.
2015-09-17 10:00:35 -04:00
..
add.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
backend.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
config_helpers.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
config_helpers.h tests: Introduce count_config_entries_match() helper 2014-04-30 07:24:20 +02:00
configlevel.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
global.c git_futils_mkdir_*: make a relative-to-base mkdir 2015-09-17 10:00:35 -04:00
include.c Plug a few leaks 2015-03-04 00:29:37 +01:00
multivar.c config: refresh on delete 2014-04-18 16:07:33 +02:00
new.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
read.c config: test that we validate the key 2015-04-23 11:24:50 -04:00
rename.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
snapshot.c config test: clean up memory leak 2014-10-26 22:27:48 -04:00
stress.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
validkeyname.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
write.c Don't free config in git_transaction_commit. 2015-09-13 16:32:24 +02:00