Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2011-08-28 | Bump version number for version 0.4.1 release | 1 | -1/+1 | ||
2011-08-27 | Merge branch 'release/0.4.0' into develop | 3 | -6/+19 | ||
2011-08-27 | Merge branch 'release/0.4.0'v0.4.0 | 6 | -49/+222 | ||
2011-08-27 | Add publish and test routines to setup.py | 1 | -0/+13 | ||
2011-08-27 | Update README.rst and document move operation | 1 | -5/+5 | ||
2011-08-27 | Bump version number for version 0.4.0 release | 1 | -1/+1 | ||
2011-08-27 | Add unit tests for recent bugfix and move operation | 1 | -0/+85 | ||
2011-08-27 | Add lastpass to externals configuration | 1 | -0/+1 | ||
2011-08-27 | Remove unused method_list() | 1 | -5/+1 | ||
2011-08-27 | Expose move operation on the CLI | 1 | -0/+8 | ||
2011-08-27 | Make home directory user-definable | 2 | -2/+5 | ||
This paves the way for unit tests to perform operations completely within a sandboxed environment. | |||||
2011-08-27 | Fix CLI dispatch to work with previous refactoring | 1 | -5/+22 | ||
2011-08-27 | Refactor Dotfiles class, remove obnoxious use of kwargs | 1 | -30/+77 | ||
2011-08-27 | Fix forced sync when the dotfile is a directory | 1 | -1/+4 | ||
I installed the lastpass chrome extension which stores a socket in ~/.lastpass. So I added that directory as an external to /tmp and attempted a forced sync. An error occurred because sync() calls os.remove() as it mistakenly assumes the dotfile is a file and not a directory. | |||||
2011-07-04 | Merge branch 'hotfix/0.3.1' into develop | 2 | -45/+48 | ||
2011-07-04 | Merge branch 'hotfix/0.3.1'v0.3.1 | 2 | -45/+48 | ||
2011-07-04 | Bump version number for version 0.3.1 release | 1 | -1/+1 | ||
2011-07-04 | Fix bug in repository path option/configuration parsing | 1 | -44/+47 | ||
2011-07-03 | Merge branch 'release/0.3.0' into develop | 1 | -1/+1 | ||
2011-07-03 | Merge branch 'release/0.3.0'v0.3.0 | 6 | -44/+184 | ||
2011-07-03 | Bump version number for version 0.3.0 release | 1 | -1/+1 | ||
2011-07-03 | Add option to print version number | 4 | -8/+24 | ||
2011-07-03 | Only import cli from main script | 1 | -1/+1 | ||
2011-07-03 | Add a bit of documentation to the top-level modules | 2 | -0/+14 | ||
2011-07-03 | Document use of prefixes, externals, and ignores | 1 | -4/+65 | ||
2011-06-29 | Merge branch 'feature/prefix' into develop | 2 | -24/+62 | ||