summaryrefslogtreecommitdiff
path: root/tests-clar/config/new.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-32/+0
|
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-171-0/+1
|
* Add config level support in the config APIyorah2012-10-231-7/+2
| | | | | | | Added `struct git_config_entry`: a git_config_entry contains the key, the value, and the config file level from which a config element was found. Added `git_config_open_level`: build a single-level focused config object from a multi-level one. We are now storing `git_config_entry`s in the khash of the config_file
* global: Fix unit tests after reorderingVicent Martí2012-05-181-2/+2
|
* Update test suiteVicent Martí2012-05-021-2/+2
|
* Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-311-2/+2
|
* Rename the Clay test suite to ClarVicent Martí2012-01-241-0/+36
Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff!