Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: get rid of a useless asignment | Carlos MartÃn Nieto | 2013-08-12 | 1 | -2/+0 |
| | |||||
* | added new type and several functions to git_strmap | Nico von Geyso | 2013-08-08 | 1 | -0/+34 |
This step is needed to easily add iterators to git_config_backend As well use these new git_strmap functions to implement foreach * git_strmap_iter * git_strmap_has_data(...) * git_strmap_begin(...) * git_strmap_end(...) * git_strmap_next(...) |