Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -32/+0 |
| | |||||
* | config: Opening a nonexistent file returns ENOTFOUND | nulltoken | 2012-11-17 | 1 | -0/+1 |
| | |||||
* | Add config level support in the config API | yorah | 2012-10-23 | 1 | -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 reordering | Vicent Martí | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Update test suite | Vicent Martí | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | Discovered cl_git_strequal! Mounted a crusade! | Ben Straub | 2012-03-31 | 1 | -2/+2 |
| | |||||
* | Rename the Clay test suite to Clar | Vicent Martí | 2012-01-24 | 1 | -0/+36 |
Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff! |