Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf: Add support for escaping dots in section/option names | Tobias Brunner | 2015-12-04 | 1 | -15/+27 |
| | |||||
* | conf: Fix sorting of options with Python 3 | Tobias Brunner | 2014-05-13 | 1 | -2/+2 |
| | | | | | | __cmp__() is not supported anymore with Python 3 and cmp() is deprecated. Instead rich comparisons should be used (only __lt__() is required for sorting). | ||||
* | conf: print is a function in Python 3 | Tobias Brunner | 2014-05-13 | 1 | -13/+13 |
| | |||||
* | conf: Add a format-options --nosort option to keep order of sections as defined | Martin Willi | 2014-05-07 | 1 | -4/+10 |
| | |||||
* | conf: Properly propagate whether a section is commented or not | Tobias Brunner | 2014-05-07 | 1 | -3/+4 |
| | |||||
* | conf: Order settings in man page alphabetically | Tobias Brunner | 2014-03-31 | 1 | -5/+4 |
| | | | | | For the config snippets the options are now explicitly ordered before subsections. | ||||
* | conf: Script to convert option descriptions to man page and config snippets ↵ | Tobias Brunner | 2014-02-12 | 1 | -0/+337 |
added |