Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-17 | Verify symlink removal in unit test | Jon Bernard | 1 | -0/+4 | |
Re: #25 | |||||
2013-12-17 | Add unit test for removing a dotfile with a missing target | Jon Bernard | 1 | -0/+21 | |
If the remove operation is issued on a dotfile pointing to a target that's already been removed from the repository, then the symlink should just be removed quietly. Re: #25 | |||||
2013-11-09 | Fix history formatting for 0.6.2 | Jon Bernard | 1 | -3/+3 | |
2013-11-09 | Update history and bump version numberv0.6.2 | Jon Bernard | 2 | -1/+8 | |
2013-11-09 | Add waffle.io badge | Jon Bernard | 1 | -0/+3 | |
2013-11-09 | Add Jay Sweeney to AUTHORS | Jon Bernard | 1 | -0/+1 | |
2013-11-09 | A set makes more sense (and is faster) than list here | Jay Sweeney | 1 | -1/+1 | |
2013-11-09 | Python 3.x compat: map is lazy in 3.x | Jay Sweeney | 1 | -1/+1 | |
Closes: #21 | |||||
2013-11-09 | Fixes #22: Ensure --force option is handed on | Jay Sweeney | 2 | -1/+12 | |
2013-11-07 | Fix unit tests to exit with the correct return code | Jon Bernard | 1 | -5/+1 | |
2013-11-07 | Bump version number and update HISTORYv0.6.1 | Jon Bernard | 2 | -1/+8 | |
2013-11-07 | Add Jesús García Crespo to AUTHORS | Jon Bernard | 1 | -0/+1 | |
2013-11-07 | Update contribution documentation | Jon Bernard | 1 | -3/+3 | |
Remove mention of the develop branch since it's going away in favor of a much simpler branching model (feature branches off master). The use of git-flow was a great learning experience, but is really too much for projects such as this. | |||||
2013-11-07 | Update travis badge for master branch only | Jon Bernard | 1 | -1/+1 | |
I'm abandoning git-flow for a much simpler branching model: https://gist.github.com/jbenet/ee6c9ac48068889b0912 Since the master branch must always be deployable, it makes sense to show the travis badge for the master branch only. | |||||
2013-11-07 | Merge branch 'feature/single-sync' | Jon Bernard | 5 | -15/+116 | |
2013-11-07 | Update move documentation to be more concise | Jon Bernard | 1 | -2/+3 | |
2013-11-07 | Update sync documentation to indicate optional file argument | Jon Bernard | 1 | -1/+1 | |
2013-11-07 | Implement single-sync for specified files | Jon Bernard | 1 | -2/+7 | |
This commit allows the user to sync only one (or a subset) of the available dotfiles in the repository. | |||||
2013-11-07 | Restrict the sync files to what user specified | Jon Bernard | 1 | -1/+5 | |
If the user doesn't specify a set of files to sync then the entire set of dotfiles is assumed. There is an obvious bug here, as user-passed strings are not yet converted to dotfile objects. | |||||
2013-11-07 | Accept an additional files parameter in sync | Jon Bernard | 1 | -1/+1 | |
2013-11-07 | Pass arguments to the sync command along | Jon Bernard | 1 | -3/+1 | |
2013-11-07 | Update documentation for single-sync operation | Jon Bernard | 1 | -2/+3 | |
2013-11-07 | Add unit test for single-sync feature | Jon Bernard | 1 | -0/+47 | |
2013-11-07 | Create non-existent package directories | Jon Bernard | 1 | -0/+3 | |
Closes #17. | |||||
2013-11-07 | Add a unit test for non-existent package directories | Jon Bernard | 1 | -0/+21 | |
If a package is defined in .dotfilesrc and the package directory doesn't exist in the repository when you attempt to add it, an IOError exception is thrown. This test captures the failing scenario. In reference to #17. | |||||
2013-11-07 | Define travis install and test directives | Jon Bernard | 1 | -0/+8 | |
2013-11-07 | Include pypi and travis-ci badges on README.rst | Jon Bernard | 1 | -0/+6 | |
2013-11-07 | Add travis configuration file for continuous integration | Jon Bernard | 1 | -0/+7 | |
2013-11-07 | Mention using Dropbox to synchronize a dotfiles repository | Jon Bernard | 1 | -2/+2 | |
2013-11-07 | Remove unneeded whitespaces and fix typo | Jesús García Crespo | 3 | -4/+4 | |
2013-02-11 | Merge branch 'release/0.6.0'v0.6.0 | Jon Bernard | 8 | -263/+456 | |
2013-02-11 | Update history and bump version number | Jon Bernard | 2 | -1/+8 | |
2013-02-10 | Prevent externals from showing up in packages | Jon Bernard | 1 | -4/+6 | |
The load routine was made recursive to support packages, so externals should only be added during the first pass and not within package directories. External processing should probably be done before recursion begins to avoid this check on every call. | |||||
2013-02-10 | Whitespace | Jon Bernard | 1 | -2/+2 | |
2013-02-09 | Update packages section in README | Jon Bernard | 1 | -3/+13 | |
This commit adds a note about current limitations and explains what currently works and what remains a todo item. | |||||
2013-02-09 | Remove distinction from AUTHORS | Jon Bernard | 1 | -9/+2 | |
2013-02-09 | Fix link detection when target is itself a symlink | Jon Bernard | 1 | -2/+1 | |
This shows up on OSX where /tmp is actually a symlink to /private/tmp. | |||||
2013-02-09 | typo in test | Luper Rouch | 1 | -1/+1 | |
2013-02-09 | checking that the target directory exists before creating a symlink | Luper Rouch | 1 | -1/+4 | |
2013-02-09 | added packages tests | Luper Rouch | 1 | -0/+51 | |
2013-02-09 | fixed tests | Luper Rouch | 1 | -4/+9 | |
2013-02-09 | move: copying source files with symlinks=True, and expanding target to an ↵ | Luper Rouch | 1 | -1/+2 | |
absolute path | |||||
2013-02-09 | fixed error with --move + --dry-run | Luper Rouch | 1 | -2/+3 | |
2013-02-09 | updated readme | Luper Rouch | 1 | -0/+18 | |
2013-02-09 | Added Luper Rouch to authors | Luper Rouch | 1 | -0/+1 | |
2013-02-09 | * reorganized modules a bit | Luper Rouch | 4 | -243/+345 | |
* added --dry-run option * added support for packages | |||||
2013-01-30 | Merge branch 'release/0.5.6' into develop | Jon Bernard | 2 | -1/+6 | |
2013-01-30 | Merge branch 'release/0.5.6'v0.5.6 | Jon Bernard | 3 | -11/+17 | |
2013-01-30 | Update history and bump version number | Jon Bernard | 2 | -1/+6 | |
2013-01-30 | Add Alexandre Rossi as a contributer | Jon Bernard | 1 | -0/+1 | |