libgit2/tests-clar/config
Carlos Martín Nieto 48bde2f1b6 config: don't allow passing NULL as a value to set
Passing NULL is non-sensical. The error message leaves to be desired,
though, as it leaks internal implementation details. Catch it at the
`git_config_set_string` level and set an appropriate error message.
2013-03-09 15:45:18 +01:00
..
add.c
backend.c
config_helpers.c
config_helpers.h
configlevel.c
multivar.c
new.c
read.c
refresh.c
stress.c
validkeyname.c
write.c config: don't allow passing NULL as a value to set 2013-03-09 15:45:18 +01:00