aboutsummaryrefslogtreecommitdiff
path: root/Types/Transfer.hs
Commit message (Collapse)AuthorAge
* fix build with pre-AMP ghcGravatar Joey Hess2016-09-06
|
* move Arbitrary instance to new Types.Transfer moduleGravatar Joey Hess2016-09-05
| | | | Avoid orphan instance warning
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
Note that get --from foo --failed will get things that a previous get --from bar tried and failed to get, etc. I considered making --failed only retry transfers from the same remote, but it was easier, and seems more useful, to not have the same remote requirement. Noisy due to some refactoring into Types/