Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-01 | Merge branch 'release/0.5.2'v0.5.2 | 6 | -5/+21 | ||
2012-01-01 | Update history and bump version number | 2 | -1/+8 | ||
2012-01-01 | Update copyright notice to include 2012 | 1 | -1/+1 | ||
2012-01-01 | Document the ability to manage multiple repositories | 1 | -0/+4 | ||
2012-01-01 | Add Reinout van Rees as a contributer | 1 | -0/+1 | ||
2012-01-01 | Improve wording of "unmanaged" with "unsynced" | 3 | -3/+3 | ||
Closes: #5 | |||||
2012-01-01 | Fix adding a directory with a trailing slash | 1 | -0/+1 | ||
Closes: #6 | |||||
2012-01-01 | Mention support for directories in documentation | 1 | -0/+3 | ||
Re: #6 | |||||
2011-11-01 | Merge branch 'release/0.5.1' into develop | 3 | -12/+17 | ||
2011-11-01 | Merge branch 'release/0.5.1'v0.5.1 | 3 | -12/+17 | ||
2011-11-01 | Update history and bump version number | 2 | -1/+6 | ||
2011-11-01 | Fix license formatting | 1 | -11/+11 | ||
2011-11-01 | Merge branch 'release/0.5.0' into develop | 2 | -1/+6 | ||
2011-11-01 | Merge branch 'release/0.5.0'v0.5.0 | 11 | -205/+252 | ||
2011-11-01 | Update history and bump version number | 2 | -1/+6 | ||
2011-11-01 | Switch to ISC license | 5 | -18/+18 | ||
2011-11-01 | Merge branch 'feature/multiple-config' into develop | 8 | -186/+228 | ||
2011-11-01 | Add support for in-repo configuration files | 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 | 1 | -13/+0 | ||
2011-10-30 | Import license content instead of duplicating it | 3 | -21/+7 | ||
2011-10-24 | Merge branch 'release/0.4.4' into develop | 2 | -1/+6 | ||
2011-10-24 | Merge branch 'release/0.4.4'v0.4.4 | 6 | -3/+12 | ||
2011-10-24 | Update history and bump version number | 2 | -1/+6 | ||
2011-10-24 | Add missing single quote in README.rst | 1 | -1/+1 | ||
2011-10-24 | Made dotfiles python2.5 compatible | 3 | -1/+5 | ||
2011-10-24 | Merge branch 'release/0.4.3' into develop | 2 | -1/+6 | ||
2011-10-24 | Merge branch 'release/0.4.3'v0.4.3 | 6 | -26/+95 | ||
2011-10-24 | Bump version number for version 0.4.3 release | 1 | -1/+1 | ||
2011-10-24 | Update history for version 0.4.3 release | 1 | -0/+5 | ||
2011-10-24 | Merge branch 'feature/glob-ignore' into develop | 5 | -25/+89 | ||
2011-10-23 | Fix incorrect AUTHORS url | 1 | -1/+1 | ||
2011-10-23 | Remove extra whitespace | 1 | -1/+1 | ||
2011-10-23 | Refactored tests to use an assertPathEquals | 1 | -22/+23 | ||
2011-10-23 | Updated documentation to include glob option for ignore | 1 | -3/+6 | ||
2011-10-23 | Added myself to authors | 1 | -0/+1 | ||
2011-10-24 | Added glob style pattern support for the ignore option | 2 | -3/+10 | ||
2011-10-23 | Added unit test for glob pattern, which fail horribly yay! | 1 | -0/+60 | ||
2011-10-23 | PEP8ified some code | 1 | -9/+0 | ||
2011-10-23 | Made import relative | 1 | -1/+1 | ||
2011-10-23 | Fixed unit tests for use on mac, since /tmp is a symlink to /private/tmp | 1 | -5/+6 | ||
2011-10-05 | Merge branch 'release/0.4.2' into develop | 2 | -1/+6 | ||
2011-10-05 | Merge branch 'release/0.4.2'v0.4.2 | 7 | -8/+65 | ||
2011-10-05 | Update history for version 0.4.2 release | 1 | -0/+5 | ||
2011-10-05 | Bump version number for version 0.4.2 release | 1 | -1/+1 | ||
2011-10-05 | Add AUTHORS.rst to credit contributers | 3 | -3/+17 | ||
2011-10-05 | Add HISTORY.rst to keep a log of changes for each release | 3 | -2/+5 | ||
2011-10-05 | Fix bug when syncing an unmanaged directory symlink | 2 | -3/+38 | ||
Closes #2 | |||||
2011-08-28 | Merge branch 'hotfix/0.4.1' into develop | 2 | -9/+10 | ||
2011-08-28 | Merge branch 'hotfix/0.4.1'v0.4.1 | 2 | -9/+10 | ||
2011-08-28 | Fix repository path handling | 1 | -8/+9 | ||
Previously, fully qualified paths and ~/ paths were properly expanded but not a directory in your current working directory. Now you can specify something like '-R myrepo' and 'myrepo' will be expanded to $PWD/myrepo. |