Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-11 | Update email address | 1 | -1/+1 | |
2016-10-11 | Add dependencies as submodules | 4 | -0/+27 | |
2016-07-18 | Remove config class for now | 1 | -65/+7 | |
2016-07-18 | Move repositories class into repository file | 2 | -30/+27 | |
2016-07-18 | Reverse leading dot logic | 3 | -18/+18 | |
2016-07-18 | Improve help string for status command | 1 | -1/+6 | |
2016-04-16 | Add docstring for Config class | 1 | -0/+12 | |
2016-04-15 | Inline help strings in cli decorators | 1 | -4/+4 | |
2016-04-15 | Clean up configuration file code a bit | 1 | -4/+21 | |
2016-02-18 | Add support for configuration files | 2 | -27/+60 | |
2016-02-16 | Create repositories class to hide context object | 2 | -26/+46 | |
2016-02-03 | Remove unused import to make flake8 happy | 1 | -1/+0 | |
2016-02-03 | Simplify CLI status test | 1 | -9/+1 | |
2016-02-03 | Remove CLI repo validation | 1 | -3/+2 | |
2016-02-03 | Update todo list | 1 | -2/+1 | |
2016-02-02 | Add support for multiple repositories | 1 | -52/+56 | |
2016-01-24 | Update todo list | 1 | -0/+2 | |
2016-01-24 | Add todo list | 1 | -0/+9 | |
2016-01-23 | Update changelog for upcoming 0.9 release | 1 | -0/+9 | |
2016-01-22 | Simplify test fixtures into a single repository | 4 | -136/+130 | |
2016-01-22 | Small refactoring and cleanups | 2 | -17/+16 | |
2016-01-21 | Allow globs in ignore patterns | 4 | -65/+76 | |
2016-01-21 | Import only py's path module | 1 | -1/+1 | |
2016-01-20 | Expose --dot/--no-dot in cli | 2 | -6/+9 | |
2016-01-20 | Finish basic repository unit tests | 1 | -31/+62 | |
2016-01-20 | Add docstrings for repository class | 1 | -1/+16 | |
2016-01-20 | Improve docstrings in cli | 1 | -3/+10 | |
2016-01-20 | Add docstrings for dotfile class | 1 | -0/+13 | |
2016-01-20 | Remove unused exception classes | 1 | -22/+4 | |
2016-01-20 | Small cleanup in conftest | 1 | -2/+2 | |
2016-01-20 | Bump version to 0.9.dev0 in preparation for 1.0 | 1 | -1/+12 | |
2016-01-19 | Finish tests for dotfile class | 1 | -65/+121 | |
2016-01-19 | Update function organization in dotfile.py | 1 | -6/+6 | |
2016-01-19 | Update copyright date in license file | 1 | -1/+1 | |
2016-01-18 | Make flake8 happy again | 1 | -0/+7 | |
2016-01-18 | Remove class wrapper from repository tests | 1 | -46/+44 | |
2016-01-18 | Fix typo | 1 | -1/+1 | |
2016-01-18 | Fix unit tests to match recent changes | 1 | -9/+12 | |
2016-01-17 | Add support for dotfiles in subdirectories | 1 | -40/+52 | |
2016-01-17 | For nested dotfiles, ensure directory structure | 1 | -48/+31 | |
2016-01-17 | Add dotfile-already-exists exception | 1 | -0/+6 | |
2016-01-17 | Remove duplication in CLI | 1 | -20/+42 | |
2016-01-17 | Split tests into separate files | 3 | -77/+80 | |
2016-01-17 | Various cleanups | 2 | -40/+37 | |
2016-01-17 | Remove some cli duplication | 3 | -42/+27 | |
2016-01-17 | Sort contents on our own | 1 | -1/+3 | |
2016-01-17 | Break functionality into separate files | 7 | -368/+414 | |
2016-01-17 | Ignore task files | 1 | -0/+3 | |
2016-01-17 | Simplify tox configuration | 1 | -5/+2 | |
2016-01-15 | Move implementation and tests back to directories | 5 | -7/+7 |