Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gpg recommended | Joey Hess | 2011-04-16 |
| | |||
* | bup is now supported as a special type of remote. | Joey Hess | 2011-04-08 |
| | |||
* | refactor | Joey Hess | 2011-04-08 |
| | |||
* | refactor away whichCmd and some other cleanup | Joey Hess | 2011-04-07 |
| | |||
* | recognise differently-named shaN programs | Fraser Tweedale | 2011-04-08 |
| | |||
* | Add version command to show git-annex version as well as repository version ↵ | Joey Hess | 2011-03-19 |
| | | | | information. | ||
* | check for curl in configure, thanks Jimmy | Joey Hess | 2011-03-17 |
| | |||
* | New backends: SHA512 SHA384 SHA256 SHA224 | Joey Hess | 2011-03-01 |
| | |||
* | update unicode FilePath handling | Joey Hess | 2011-02-11 |
| | | | | | | | | Based on http://hackage.haskell.org/trac/ghc/ticket/3307 , whether FilePath contains decoded unicode varies by OS. So, add a configure check for it. Also, renamed showFile to filePathToString | ||
* | configure: Check for sha1sum.0.20 | Joey Hess | 2011-02-08 |
| | |||
* | refactor | Joey Hess | 2011-01-19 |
| | |||
* | Support using the uuidgen command if the uuid command is not available. | Joey Hess | 2011-01-19 |
| | |||
* | unfinished switch to using git-annex-shell | Joey Hess | 2010-12-30 |
| | |||
* | Rsync will now be used to resume interrupted/failed partial file transfers ↵ | Joey Hess | 2010-12-02 |
| | | | | from a remote. | ||
* | tweak | Joey Hess | 2010-11-27 |
| | |||
* | hlint tweaks | Joey Hess | 2010-11-22 |
| | | | | Remotes.hs next, and also Backend/* and Command/* | ||
* | add tests for uuid and xargs -0 | Joey Hess | 2010-11-18 |
| | |||
* | tweak | Joey Hess | 2010-11-18 |
| | |||
* | tweak | Joey Hess | 2010-11-18 |
| | |||
* | 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. | ||
* | Add configure step to build process. | Joey Hess | 2010-11-18 |
* configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used. |