summaryrefslogtreecommitdiff
path: root/Command/Get.hs
Commit message (Expand)AuthorAge
* --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
* Fix wording of message displayed when unable to get a file that is available ...Gravatar Joey Hess2015-01-16
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* add desktop notificationsGravatar Joey Hess2014-03-22
* reorganize some files and importsGravatar Joey Hess2014-01-26
* refactorGravatar Joey Hess2014-01-26
* fix transfers of key with no associated fileGravatar Joey Hess2014-01-23
* reorgGravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* sync --content: New option that makes the content of annexed files be transfe...Gravatar Joey Hess2014-01-19
* 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
* drop: Suggest using git annex move when numcopies prevents dropping a file.Gravatar Joey Hess2013-01-09
* --auto fixesGravatar Joey Hess2012-12-06
* where indentationGravatar Joey Hess2012-11-12
* generalized Annex.WantedGravatar Joey Hess2012-10-08
* make copy --to check preferred content of the remoteGravatar Joey Hess2012-10-08
* make the assistant retry failed transfersGravatar Joey Hess2012-09-23
* fix transfer log cleanup crashGravatar Joey Hess2012-08-07
* copy, drop: Avoid checking numcopies attribute unnecessarilyGravatar Joey Hess2012-07-10
* 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
* hlintGravatar Joey Hess2012-02-16
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* fsck --from remote --fastGravatar Joey Hess2012-01-20
* add tmp flag parameter to retrieveKeyFileGravatar 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
* type alias cleanupGravatar Joey Hess2011-12-31
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* avoid error message when doing get --from on file not present on remoteGravatar Joey Hess2011-11-18
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05