| Commit message (Expand) | Author | Age | Files | Lines |
* | config: remove git_config_maybe_boolma/remove-config-maybe-bool | Martin Ågren | 2017-09-07 | 1 | -4/+0 |
* | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 2017-08-07 | 1 | -0/+4 |
* | config: drop git_config_early | Jeff King | 2016-03-11 | 1 | -7/+0 |
* | Merge branch 'ta/config-set-1' | Junio C Hamano | 2014-09-11 | 1 | -0/+13 |
|\ |
|
| * | config: add `git_die_config()` to the config-set API | Tanay Abhra | 2014-08-07 | 1 | -0/+13 |
* | | Merge branch 'ta/config-set' | Junio C Hamano | 2014-09-02 | 1 | -0/+142 |
|\ \
| |/ |
|
| * | add `config_set` API for caching config-like files | Tanay Abhra | 2014-07-29 | 1 | -0/+142 |
* | | add documentation for writing config filesta/doc-config | Tanay Abhra | 2014-07-30 | 1 | -1/+30 |
|/ |
|
* | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 2013-02-01 | 1 | -5/+5 |
* | docs: fix cross-directory linkgit references | Jeff King | 2012-06-08 | 1 | -1/+1 |
* | doc: fix xref link from api docs to manual pages | Junio C Hamano | 2012-06-04 | 1 | -1/+1 |
* | config: add include directive | Jeff King | 2012-02-17 | 1 | -1/+27 |
* | config: provide a version of git_config with more options | Jeff King | 2012-02-17 | 1 | -0/+12 |
* | docs/api-config: minor clarifications | Jeff King | 2012-02-17 | 1 | -7/+8 |
* | docs: add a basic description of the config API | Jeff King | 2012-02-06 | 1 | -0/+101 |