libgit2/tests-clar/online
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
..
clone.c Allow all non-zero returns to cancel transfers 2013-02-05 13:14:48 -08:00
fetch.c Enhance test coverage for transfer cancellation 2013-02-05 12:10:08 -08:00
fetchhead.c config: don't allow passing NULL as a value to set 2013-03-09 15:45:18 +01:00
push_util.c Cleanup Clar to make it SIMPLER 2013-01-02 02:05:11 +01:00
push_util.h Cleanup Clar to make it SIMPLER 2013-01-02 02:05:11 +01:00
push.c Add git_push_options, to set packbuilder parallelism 2013-02-11 09:35:26 -05:00