summaryrefslogtreecommitdiff
path: root/Command/Move.hs
Commit message (Expand)AuthorAge
* 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
* type alias cleanupGravatar Joey Hess2011-12-31
* inverted logicGravatar Joey Hess2011-12-09
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* comment updateGravatar Joey Hess2011-11-20
* avoid error message when doing get --from on file not present on remoteGravatar Joey Hess2011-11-18
* lintGravatar Joey Hess2011-11-11
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* tweakGravatar Joey Hess2011-11-10
* Optimized copy --from and get --from to avoid checking the location log for f...Gravatar Joey Hess2011-11-10
* safer inannex checkingGravatar Joey Hess2011-11-09
* reorg to allow taking content lockGravatar Joey Hess2011-11-09
* clean up check selection codeGravatar Joey Hess2011-10-29
* drop --from is now supported to remove file content from a remote.Gravatar Joey Hess2011-10-28
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* break out non-log stuff to separate moduleGravatar Joey Hess2011-10-15
* reorganize log modulesGravatar Joey Hess2011-10-15
* minor syntax changesGravatar Joey Hess2011-10-11
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* remove command type definitionsGravatar Joey Hess2011-09-15
* add error for move --autoGravatar Joey Hess2011-09-15
* clean up params in usage displayGravatar Joey Hess2011-09-15
* unify elipsis handlingGravatar Joey Hess2011-07-19
* finished hlint passGravatar Joey Hess2011-07-15
* add web special remoteGravatar Joey Hess2011-07-01
* avoid unnecessary read of trust.logGravatar Joey Hess2011-06-23
* improve bare repo handingGravatar Joey Hess2011-06-22
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
* 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