summaryrefslogtreecommitdiff
path: root/tests/config/read.c
Commit message (Expand)AuthorAgeFilesLines
* Add more tests for contentsSven Strickroth2021-12-061-0/+15
* Config parsing confused by continuations that start with quotesSven Strickroth2021-12-061-0/+13
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-4/+4
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-28/+27
* Add test config parsingBasile Henry2021-09-091-0/+7
* tests: change comments to c89 stylePeter Pettersson2021-08-291-2/+2
* Improve formattingSven Strickroth2020-09-091-1/+10
* Add boolean tests for "on" and "off"Sven Strickroth2020-09-091-1/+7
* Support empty values for git_config_get_mapped and git_config_lookup_map_valueSven Strickroth2020-09-091-1/+3
* Fix parsing boolean config values when using git_config_get_mapped and git_co...Sven Strickroth2020-09-091-0/+59
* config: test that unreadable files are treated as notfoundEdward Thomson2020-06-011-0/+17
* config: validate quoted section valueEdward Thomson2019-05-221-0/+70
* config: fix adding files if their parent directory is a filePatrick Steinhardt2018-11-281-0/+20
* config: add failing test for no newline after section headerCarlos Martín Nieto2018-10-151-0/+30
* Fix the test and comment.Nelson Elhage2018-08-141-2/+20
* Write a test.Nelson Elhage2018-08-141-0/+15
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-10/+10
* config_file: iterate over keys in the order they were addedPatrick Steinhardt2018-03-261-0/+10
* config_parse: fix reading files with BOMPatrick Steinhardt2018-02-081-0/+15
* config_parse: handle empty lines with CRLFPatrick Steinhardt2018-02-081-0/+30
* config: pass repository when opening config filesPatrick Steinhardt2017-10-091-15/+15
* config: test that we validate the keyEdward Thomson2015-04-231-0/+35
* config_file: comment char can be invalid escapeEdward Thomson2015-04-201-0/+11
* config_file: parse multilines generouslyEdward Thomson2015-04-201-6/+34
* Fix checking of return value for regcomp.Patrick Steinhardt2015-04-101-0/+12
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-37/+41
* config: add parsing and getter for pathscmn/config-get-pathCarlos Martín Nieto2015-01-141-0/+46
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-1/+1
* Rename tests-clar to testsBen Straub2013-11-141-0/+569