Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | 2014-02-09 | 1 | -395/+395 |
| | | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | ||||
* | Greatly improved robustness of config parser - it can now take pretty much ↵ | Sebastian Thiel | 2011-06-07 | 1 | -3/+8 |
| | | | | everything. Includes an updated config file which includes all the new additions | ||||
* | Match any number of leading spaces in config values | Jesse Keating | 2011-05-22 | 1 | -1/+1 |
| | | | | | | The regex comments state that any number of leading tabs or spaces should be allowed, however the regex was only catching zero or one space. This allows multiple spaces. | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -0/+420 |
adjusted |