summaryrefslogtreecommitdiff
path: root/configure.hs
Commit message (Collapse)AuthorAge
* refactorGravatar Joey Hess2011-01-19
|
* Support using the uuidgen command if the uuid command is not available.Gravatar Joey Hess2011-01-19
|
* unfinished switch to using git-annex-shellGravatar Joey Hess2010-12-30
|
* Rsync will now be used to resume interrupted/failed partial file transfers ↵Gravatar Joey Hess2010-12-02
| | | | from a remote.
* tweakGravatar Joey Hess2010-11-27
|
* hlint tweaksGravatar Joey Hess2010-11-22
| | | | Remotes.hs next, and also Backend/* and Command/*
* add tests for uuid and xargs -0Gravatar Joey Hess2010-11-18
|
* tweakGravatar Joey Hess2010-11-18
|
* tweakGravatar Joey Hess2010-11-18
|
* Only use cp -a if it is supported, falling back to cp -p or plain cp.Gravatar Joey Hess2010-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.
* Add configure step to build process.Gravatar Joey Hess2010-11-18
* configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used.