Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-04 | Improve error handling for Windows symlinks | Gary Oberbrunner | 1 | -2/+9 | |
2013-01-04 | Add missing islink assignment | Gary Oberbrunner | 1 | -0/+1 | |
2013-01-04 | Add support for Windows symlinks | Gary Oberbrunner | 1 | -4/+200 | |
2012-06-10 | Merge branch 'release/0.5.4' into develop | Jon Bernard | 2 | -1/+6 | |
2012-06-10 | Merge branch 'release/0.5.4'v0.5.4 | Jon Bernard | 3 | -16/+24 | |
2012-06-10 | Update history and bump version number | Jon Bernard | 2 | -1/+6 | |
2012-06-05 | More Python 3 fixes | Daniel Harding | 1 | -15/+18 | |
cli.py was not Python 3-compatible. Added code to handle the ConfigParser -> configparser rename, as well as print becoming a function. | |||||
2012-03-11 | Merge branch 'release/0.5.3' into develop | Jon Bernard | 2 | -1/+9 | |
2012-03-11 | Merge branch 'release/0.5.3' | Jon Bernard | 8 | -16/+39 | |
2012-03-11 | Update history and bump version number | Jon Bernard | 2 | -1/+9 | |
2012-03-08 | Add a .gitignore file | Daniel Harding | 1 | -0/+3 | |
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory. | |||||
2012-03-08 | Add Daniel Harding as a contributor | Daniel Harding | 1 | -0/+1 | |
2012-03-08 | Add specific Python version trove classifiers | Daniel Harding | 1 | -0/+8 | |
2012-03-08 | Make source compatible with Python 3 | Daniel Harding | 2 | -9/+11 | |
Replaced a few Python 2-only idioms with equivalents that work in both Python 2 and Python 3. | |||||
2012-01-22 | Allow ~ in configuration file external targets | Jon Bernard | 1 | -1/+2 | |
2012-01-08 | Update remaining references to 'unmanaged' | Jon Bernard | 4 | -5/+5 | |
2012-01-01 | Merge branch 'release/0.5.2' into develop | Jon Bernard | 2 | -1/+8 | |
2012-01-01 | Merge branch 'release/0.5.2'v0.5.2 | Jon Bernard | 6 | -5/+21 | |
2012-01-01 | Update history and bump version number | Jon Bernard | 2 | -1/+8 | |
2012-01-01 | Update copyright notice to include 2012 | Jon Bernard | 1 | -1/+1 | |
2012-01-01 | Document the ability to manage multiple repositories | Jon Bernard | 1 | -0/+4 | |
2012-01-01 | Add Reinout van Rees as a contributer | Jon Bernard | 1 | -0/+1 | |
2012-01-01 | Improve wording of "unmanaged" with "unsynced" | Jon Bernard | 3 | -3/+3 | |
Closes: #5 | |||||
2012-01-01 | Fix adding a directory with a trailing slash | Jon Bernard | 1 | -0/+1 | |
Closes: #6 | |||||
2012-01-01 | Mention support for directories in documentation | Jon Bernard | 1 | -0/+3 | |
Re: #6 | |||||
2011-11-01 | Merge branch 'release/0.5.1' into develop | Jon Bernard | 3 | -12/+17 | |
2011-11-01 | Merge branch 'release/0.5.1'v0.5.1 | Jon Bernard | 3 | -12/+17 | |
2011-11-01 | Update history and bump version number | Jon Bernard | 2 | -1/+6 | |
2011-11-01 | Fix license formatting | Jon Bernard | 1 | -11/+11 | |
2011-11-01 | Merge branch 'release/0.5.0' into develop | Jon Bernard | 2 | -1/+6 | |
2011-11-01 | Merge branch 'release/0.5.0'v0.5.0 | Jon Bernard | 11 | -205/+252 | |
2011-11-01 | Update history and bump version number | Jon Bernard | 2 | -1/+6 | |
2011-11-01 | Switch to ISC license | Jon Bernard | 5 | -18/+18 | |
2011-11-01 | Merge branch 'feature/multiple-config' into develop | Jon Bernard | 8 | -186/+228 | |
2011-11-01 | Add support for in-repo configuration files | Jon Bernard | 5 | -152/+221 | |
In addition to parsing .dotfilesrc in the user's home directory, also look for that file inside the repository. This allows you to keep your repository and it's settings together. Closes: #1 | |||||
2011-11-01 | Remove unnecessary contrib directory | Jon Bernard | 1 | -13/+0 | |
2011-10-30 | Import license content instead of duplicating it | Jon Bernard | 3 | -21/+7 | |
2011-10-24 | Merge branch 'release/0.4.4' into develop | Jon Bernard | 2 | -1/+6 | |
2011-10-24 | Merge branch 'release/0.4.4'v0.4.4 | Jon Bernard | 6 | -3/+12 | |
2011-10-24 | Update history and bump version number | Jon Bernard | 2 | -1/+6 | |
2011-10-24 | Add missing single quote in README.rst | Jon Bernard | 1 | -1/+1 | |
2011-10-24 | Made dotfiles python2.5 compatible | Remco Wendt | 3 | -1/+5 | |
2011-10-24 | Merge branch 'release/0.4.3' into develop | Jon Bernard | 2 | -1/+6 | |
2011-10-24 | Merge branch 'release/0.4.3'v0.4.3 | Jon Bernard | 6 | -26/+95 | |
2011-10-24 | Bump version number for version 0.4.3 release | Jon Bernard | 1 | -1/+1 | |
2011-10-24 | Update history for version 0.4.3 release | Jon Bernard | 1 | -0/+5 | |
2011-10-24 | Merge branch 'feature/glob-ignore' into develop | Jon Bernard | 5 | -25/+89 | |
2011-10-23 | Fix incorrect AUTHORS url | Jon Bernard | 1 | -1/+1 | |
2011-10-23 | Remove extra whitespace | Jon Bernard | 1 | -1/+1 | |
2011-10-23 | Refactored tests to use an assertPathEquals | Remco Wendt | 1 | -22/+23 | |