libgit2/tests/config
Carlos Martín Nieto 55ebd7d369 config: implement config snapshotting
In order to have consistent views of the config files for remotes,
submodules et al. and a configuration that represents what is currently
stored on-disk, we need a way to provide a view of the configuration
that does not change.

The goal here is to provide the snapshotting part by creating a
read-only copy of the state of the configuration at a particular point
in time, which does not change when a repository's main config changes.
2014-04-18 16:03:01 +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 Rename tests-clar to tests 2013-11-14 14:05:52 -08: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 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
snapshot.c config: implement config snapshotting 2014-04-18 16:03:01 +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: document current write behaviour in a test 2014-04-18 15:55:25 +02:00