Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -208/+0 |
| | |||||
* | tests: make a few globals statics | Carlos Martín Nieto | 2013-11-13 | 1 | -1/+1 |
| | | | | ld was warning that the size of path changed, rightly so. | ||||
* | Plug configuration file search paths leaks | nulltoken | 2013-11-05 | 1 | -0/+8 |
| | |||||
* | More tests of config with various absent files | Russell Belfer | 2013-05-23 | 1 | -2/+127 |
| | | | | | Plus a bit of extra paranoia to ensure config object has valid contents. | ||||
* | repo: unconditionally create a global config backend | Carlos Martín Nieto | 2013-05-07 | 1 | -0/+75 |
When a repository is initialised, we need to probe to see if there is a global config to load. If this is not the case, the user isn't able to write to the global config without creating the backend and adding it themselves, which is inconvenient and overly complex. Unconditionally create and add a backend for the global config file regardless of whether it exists as a convenience for users. To enable this, we allow creating backends to files that do not exist yet, changing the semantics somewhat, and making some tests invalid. |