Commit 48bde2f1b62d24f3982382d520bfac887537641d

Carlos Martín Nieto 2013-03-08T02:11:34

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.