Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove file before running cp | Joey Hess | 2011-01-04 |
| | | | | | This way, if a temp file was left behind, and permissions don't allow it to be written, cp won't fail. | ||
* | hlint tweaks | Joey Hess | 2010-11-22 |
| | | | | Remotes.hs next, and also Backend/* and Command/* | ||
* | 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. |