libgit2/tests/config
Carlos Martín Nieto c86a65be4c config: don't special-case multivars that don't exist yet
This special-casing ignores that we might have a locked file, so the
hashtable does not represent the contents of the file we want to
write. This causes multivar writes to overwrite entries instead of add
to them when under lock.

There is no need for this as the normal code-path will write to the file
just fine, so simply get rid of it.
2016-04-11 15:58:57 -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 tests: config::global: fix memleak in open_programdata 2015-11-24 14:47:50 +01:00
include.c Plug a few leaks 2015-03-04 00:29:37 +01:00
multivar.c config: don't special-case multivars that don't exist yet 2016-04-11 15:58:57 -04: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 tests: config::stress: free git_config structs 2015-11-24 15:21:52 +01:00
validkeyname.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
write.c config: test that comments are left as with git 2015-09-18 12:09:33 +02:00