Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better directory handling | Joey Hess | 2011-01-27 |
| | | | | | | | | | | Rename Locations functions for better consitency, and make their values more consistent too. Used </> rather than manually building paths. There are still more places that manually do so, but are tricky, due to the behavior of </> when the second FilePath is absolute. So I only changed places where it obviously was relative. | ||
* | got rid of Core module | Joey Hess | 2011-01-16 |
| | | | | Most of it was to do with managing annexed Content, so put there | ||
* | on second thought, unlock should fail if content is not present | Joey Hess | 2011-01-14 |
| | |||
* | unlock: Fix behavior when file content is not present. | Joey Hess | 2011-01-13 |
| | |||
* | refactor in preparation for adding a git-annex-shell command | Joey Hess | 2010-12-30 |
| | |||
* | rename some stuff and prepare to break out more into Command/* | Joey Hess | 2010-12-30 |
| | |||
* | precommit: Optimise to avoid calling git-check-attr more than once. | Joey Hess | 2010-11-28 |
| | |||
* | Only use cp -a if it is supported, falling back to cp -p or plain cp. | Joey Hess | 2010-11-18 |
| | | | | | * cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write. | ||
* | refactor param seeking | Joey Hess | 2010-11-11 |
| | |||
* | set write bit on unlocked file | Joey Hess | 2010-11-10 |
| | |||
* | lock and unlock subcommands | Joey Hess | 2010-11-09 |