libgit2/tests/config
Carlos Martín Nieto 8c1f4ab4ab config: refresh on delete
When we delete an entry, we also want to refresh the configuration to
catch any changes that happened externally.

This allows us to simplify the logic, as we no longer need to delete
these variables internally. The whole state will be refreshed and the
deleted entries won't be there.
2014-04-18 16:07:33 +02: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 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
config_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
configlevel.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
global.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
include.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
multivar.c config: refresh on delete 2014-04-18 16:07:33 +02:00
new.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
read.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
refresh.c config: refresh before reading a value 2014-04-18 16:07:33 +02:00
rename.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
snapshot.c config: refresh before reading a value 2014-04-18 16:07:33 +02:00
stress.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
validkeyname.c Improve GIT_EUSER handling 2013-12-11 10:57:49 -08:00
write.c config: refresh the values on write 2014-04-18 16:07:33 +02:00