Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-04 | Bump version number for version 0.3.1 release | Jon Bernard | 1 | -1/+1 | |
2011-07-04 | Fix bug in repository path option/configuration parsing | Jon Bernard | 1 | -44/+47 | |
2011-07-03 | Merge branch 'release/0.3.0' into develop | Jon Bernard | 1 | -1/+1 | |
2011-07-03 | Merge branch 'release/0.3.0'v0.3.0 | Jon Bernard | 6 | -44/+184 | |
2011-07-03 | Bump version number for version 0.3.0 release | Jon Bernard | 1 | -1/+1 | |
2011-07-03 | Add option to print version number | Jon Bernard | 4 | -8/+24 | |
2011-07-03 | Only import cli from main script | Jon Bernard | 1 | -1/+1 | |
2011-07-03 | Add a bit of documentation to the top-level modules | Jon Bernard | 2 | -0/+14 | |
2011-07-03 | Document use of prefixes, externals, and ignores | Jon Bernard | 1 | -4/+65 | |
2011-06-29 | Merge branch 'feature/prefix' into develop | Jon Bernard | 2 | -24/+62 | |
2011-06-29 | Show a helpful message to first-time users | Jon Bernard | 1 | -1/+22 | |
2011-06-29 | Add support for an arbitrary prefix | Jon Bernard | 2 | -23/+40 | |
By default, dotfiles are stored with no prefix, so ~/.bashrc will link to ~/Dotfiles/bashrc. Some folks, however, are already storing their dotfiles in a repository where they have a prefix. '.' is common, but I've seen one using '_' as well. This feature will allow those people to specify their prefix in the configuration file without renaming all the files in their repository. To do this, a configuration like: [dotfiles] prefix = . in ~/.dotfilesrc is all that is needed. | |||||
2011-06-29 | Add an option to override unmanaged files during sync | Jon Bernard | 2 | -7/+18 | |
2011-06-04 | Merge branch 'release/0.2.0' into develop | Jon Bernard | 1 | -1/+1 | |
2011-06-04 | Merge branch 'release/0.2.0'v0.2.0 | Jon Bernard | 5 | -17/+76 | |
2011-06-04 | Bump version number for version 0.2.0 release | Jon Bernard | 1 | -1/+1 | |
2011-06-04 | Merge branch 'feature/configfile' into develop | Jon Bernard | 4 | -16/+75 | |
2011-06-04 | Update documentation to mention config file syntax | Jon Bernard | 1 | -4/+20 | |
2011-05-30 | Add configuration file support | Jon Bernard | 3 | -12/+55 | |
2011-04-22 | Initial commitv0.1.0 | Jon Bernard | 8 | -0/+292 | |