summaryrefslogtreecommitdiff
path: root/Command/Move.hs
Commit message (Expand)AuthorAge
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* wipGravatar Joey Hess2015-07-09
* converted copy and moveGravatar Joey Hess2015-07-09
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
* --auto is no longer a global option; only get, drop, and copy accept it.Gravatar Joey Hess2015-03-25
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* hlintGravatar Joey Hess2014-10-09
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* avoid trying to create a content file in order to lock itGravatar Joey Hess2014-08-20
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* add desktop notificationsGravatar Joey Hess2014-03-22
* copy --fast --to remote: Avoid printing anything for files that are already b...Gravatar Joey Hess2014-03-13
* reorganize some files and importsGravatar Joey Hess2014-01-26
* refactorGravatar Joey Hess2014-01-26
* global numcopies settingGravatar Joey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* copy --from, get --from: When --force is used, ignore the location log and al...Gravatar Joey Hess2013-12-02
* hlintGravatar Joey Hess2013-09-25
* mirror: New command, makes two repositories contain the same set of files.Gravatar Joey Hess2013-08-20
* moved AssociatedFile definitionGravatar Joey Hess2013-07-04
* --unused: New switch that makes git-annex operate on all data found by the la...Gravatar Joey Hess2013-07-03
* --all for get, move, and copyGravatar Joey Hess2013-07-03
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* two types of byNameGravatar Joey Hess2013-03-05
* copy: Update location log when no copy was performed, if the location log was...Gravatar Joey Hess2013-02-26
* proper fix for dropunusedGravatar Joey Hess2013-02-15
* More commands work in direct mode repositories: find, whereis, move, copy, dr...Gravatar Joey Hess2013-01-05
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* where indentationGravatar Joey Hess2012-11-12
* copy: avoid updating location log when no copy is performedGravatar Joey Hess2012-09-24
* make the assistant retry failed transfersGravatar Joey Hess2012-09-23
* keep logs of failed transfers, and requeue them when doing a non-full scanGravatar Joey Hess2012-08-23
* record transfer information on local git remotesGravatar Joey Hess2012-07-01
* get, move, copy: Now refuse to do anything when the requested file transfer i...Gravatar Joey Hess2012-07-01
* hlintGravatar Joey Hess2012-06-12
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* move --from, copy --from: 10 times faster scanning remote on local diskGravatar Joey Hess2012-02-26
* fsck --from remote --fastGravatar Joey Hess2012-01-20
* add tmp flag parameter to retrieveKeyFileGravatar Joey Hess2012-01-19
* fsck --fromGravatar Joey Hess2012-01-19
* tweakGravatar Joey Hess2012-01-06
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06