Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-11 | Merge branch 'release/0.6.0'v0.6.0 | 8 | -263/+456 | ||
2013-02-11 | Update history and bump version number | 2 | -1/+8 | ||
2013-02-10 | Prevent externals from showing up in packages | 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 | 1 | -2/+2 | ||
2013-02-09 | Update packages section in README | 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 | 1 | -9/+2 | ||
2013-02-09 | Fix link detection when target is itself a symlink | 1 | -2/+1 | ||
This shows up on OSX where /tmp is actually a symlink to /private/tmp. | |||||
2013-02-09 | typo in test | 1 | -1/+1 | ||
2013-02-09 | checking that the target directory exists before creating a symlink | 1 | -1/+4 | ||
2013-02-09 | added packages tests | 1 | -0/+51 | ||
2013-02-09 | fixed tests | 1 | -4/+9 | ||
2013-02-09 | move: copying source files with symlinks=True, and expanding target to an ↵ | 1 | -1/+2 | ||
absolute path | |||||
2013-02-09 | fixed error with --move + --dry-run | 1 | -2/+3 | ||
2013-02-09 | updated readme | 1 | -0/+18 | ||
2013-02-09 | Added Luper Rouch to authors | 1 | -0/+1 | ||
2013-02-09 | * reorganized modules a bit | 4 | -243/+345 | ||
* added --dry-run option * added support for packages | |||||
2013-01-30 | Merge branch 'release/0.5.6' into develop | 2 | -1/+6 | ||
2013-01-30 | Merge branch 'release/0.5.6'v0.5.6 | 3 | -11/+17 | ||
2013-01-30 | Update history and bump version number | 2 | -1/+6 | ||
2013-01-30 | Add Alexandre Rossi as a contributer | 1 | -0/+1 | ||
2013-01-30 | restore python3 compatibility | 1 | -10/+10 | ||
2013-01-04 | Merge branch 'release/0.5.5' into develop | 2 | -1/+6 | ||
2013-01-04 | Merge branch 'release/0.5.5'v0.5.5 | 3 | -5/+215 | ||
2013-01-04 | Update history and bump version number | 2 | -1/+6 | ||
2013-01-04 | Add Gary Oberbrunner as a contributor | 1 | -0/+1 | ||
2013-01-04 | Improve error handling for Windows symlinks | 1 | -2/+9 | ||
2013-01-04 | Add missing islink assignment | 1 | -0/+1 | ||
2013-01-04 | Add support for Windows symlinks | 1 | -4/+200 | ||
2012-06-10 | Merge branch 'release/0.5.4' into develop | 2 | -1/+6 | ||
2012-06-10 | Merge branch 'release/0.5.4'v0.5.4 | 3 | -16/+24 | ||
2012-06-10 | Update history and bump version number | 2 | -1/+6 | ||
2012-06-05 | More Python 3 fixes | 1 | -15/+18 | ||
cli.py was not Python 3-compatible. Added code to handle the ConfigParser -> configparser rename, as well as print becoming a function. | |||||
2012-03-11 | Merge branch 'release/0.5.3' into develop | 2 | -1/+9 | ||
2012-03-11 | Merge branch 'release/0.5.3' | 8 | -16/+39 | ||
2012-03-11 | Update history and bump version number | 2 | -1/+9 | ||
2012-03-08 | Add a .gitignore file | 1 | -0/+3 | ||
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory. | |||||
2012-03-08 | Add Daniel Harding as a contributor | 1 | -0/+1 | ||
2012-03-08 | Add specific Python version trove classifiers | 1 | -0/+8 | ||
2012-03-08 | Make source compatible with Python 3 | 2 | -9/+11 | ||
Replaced a few Python 2-only idioms with equivalents that work in both Python 2 and Python 3. | |||||
2012-01-22 | Allow ~ in configuration file external targets | 1 | -1/+2 | ||
2012-01-08 | Update remaining references to 'unmanaged' | 4 | -5/+5 | ||
2012-01-01 | Merge branch 'release/0.5.2' into develop | 2 | -1/+8 | ||
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 |