Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | Add support for in-repo configuration files | Jon Bernard | 1 | -31/+32 | |
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-10-24 | Made dotfiles python2.5 compatible | Remco Wendt | 1 | -0/+2 | |
2011-10-23 | Refactored tests to use an assertPathEquals | Remco Wendt | 1 | -22/+23 | |
2011-10-24 | Added glob style pattern support for the ignore option | Remco Wendt | 1 | -2/+2 | |
2011-10-23 | Added unit test for glob pattern, which fail horribly yay! | Remco Wendt | 1 | -0/+60 | |
2011-10-23 | Fixed unit tests for use on mac, since /tmp is a symlink to /private/tmp | Remco Wendt | 1 | -5/+6 | |
2011-10-05 | Fix bug when syncing an unmanaged directory symlink | Jon Bernard | 1 | -2/+37 | |
Closes #2 | |||||
2011-08-27 | Add unit tests for recent bugfix and move operation | Jon Bernard | 1 | -0/+85 | |