summaryrefslogtreecommitdiff
path: root/Command/Move.hs
Commit message (Expand)AuthorAge
* add a message in potenatially confusing copy --fast failure situationGravatar Joey Hess2011-05-16
* refactor some boilerplateGravatar Joey Hess2011-05-15
* Avoid using absolute paths when staging location log, as that can confuse git...Gravatar Joey Hess2011-04-25
* Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-04-07
* Bugfix: copy --to --fast never really copied, fixed.Gravatar Joey Hess2011-04-01
* Provide a less expensive version of `git annex copy --to`, enabled via --fast...Gravatar Joey Hess2011-03-27
* converted move to use RemoteGravatar Joey Hess2011-03-27
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* test suite passes againGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* avoid logging to location log when in a bare repoGravatar Joey Hess2011-03-03
* use ShellParam typeGravatar Joey Hess2011-02-28
* bugfix to move --toGravatar Joey Hess2011-01-27
* move partitioning out of keyPossibilitiesGravatar Joey Hess2011-01-26
* avoid moving if src and dest are the sameGravatar Joey Hess2011-01-26
* rework config storageGravatar Joey Hess2011-01-26
* got rid of Core moduleGravatar Joey Hess2011-01-16
* bugfix: Running `copy --to` when both local and remote had the key dropped it...Gravatar Joey Hess2011-01-07
* bugfix: Running `move --to` with a remote whose UUID was not yet knownGravatar Joey Hess2011-01-04
* git-annex-shell now exclusively used for all remote accessGravatar Joey Hess2010-12-31
* tuple makes it clearerGravatar Joey Hess2010-12-31
* use git-annex-shell configlistGravatar Joey Hess2010-12-31
* unfinished switch to using git-annex-shellGravatar Joey Hess2010-12-30
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* support trusted repositories that are not configured as remotesGravatar Joey Hess2010-12-29
* refactorGravatar Joey Hess2010-12-29
* Add copy subcommand.Gravatar Joey Hess2010-11-27
* finished hlintingGravatar Joey Hess2010-11-22
* refactor param seekingGravatar Joey Hess2010-11-11
* use -- before filenames when running git add, git rm, etcGravatar Joey Hess2010-11-10
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02