diff options
author | Tanay Abhra <tanayabh@gmail.com> | 2014-07-28 03:10:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-29 14:33:36 -0700 |
commit | 4c715ebb96acc77008e9cbebc381738611c6006f (patch) | |
tree | 5bbacad10430f77bdc39119df59395ea5049321f /.gitignore | |
parent | 3c8687a73eeffc21f5a0b3916d38e46ff985933d (diff) | |
download | git-4c715ebb96acc77008e9cbebc381738611c6006f.tar.gz |
test-config: add tests for the config_set API
Expose the `config_set` C API as a set of simple commands in order to
facilitate testing. Add tests for the `config_set` API as well as for
`git_config_get_*()` family for the usual config files.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 81e12c0621..5bfb234591 100644 --- a/.gitignore +++ b/.gitignore @@ -178,6 +178,7 @@ /gitweb/static/gitweb.min.* /test-chmtime /test-ctype +/test-config /test-date /test-delta /test-dump-cache-tree |