aboutsummaryrefslogtreecommitdiff
path: root/Command/Migrate.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* avoid warningGravatar Joey Hess2017-10-16
* annex.backend is the new name for what was annex.backendsGravatar Joey Hess2017-05-09
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* rekey: No longer copies over urls from the old to the new key.Gravatar Joey Hess2016-01-07
* migrate and rekey v6 unlocked file supportGravatar Joey Hess2016-01-07
* migrate: Copy over metadata to new key.Gravatar Joey Hess2016-01-07
* fsck for v6 unlocked filesGravatar Joey Hess2015-12-11
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* migrate: --force will force migration of keys already using the destination b...Gravatar Joey Hess2015-03-23
* 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
* Avoid re-checksumming when migrating from hash to hashE backend. Closes: #774494Gravatar Joey Hess2015-01-04
* 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
* migrate: Avoid re-checksumming when migrating from hashE to hash backend.Gravatar Joey Hess2014-07-10
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* migrate: Detect if a file gets corrupted while it's being migrated.Gravatar Joey Hess2013-05-13
* fsck: Check content of direct mode files (only when the inode cache thinks th...Gravatar Joey Hess2013-04-16
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* add: Improved detection of files that are modified while being added.Gravatar Joey Hess2013-02-14
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* handle sha*sum's leading \ in checksum with certian unsual filenamesGravatar Joey Hess2012-12-20
* where indentationGravatar Joey Hess2012-11-12
* migrate: Check content before generating the new key, to avoid generating a k...Gravatar Joey Hess2012-09-14
* maintain set of files pendingAddGravatar Joey Hess2012-06-20
* separate source of content from the filename associated with the key when gen...Gravatar Joey Hess2012-06-05
* reorgGravatar Joey Hess2012-02-17
* make Migrate use ReKey rather than the other way aroundGravatar Joey Hess2012-02-16
* rekey: New plumbing level command, can be used to change the keys used for fi...Gravatar Joey Hess2012-02-16
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* type alias cleanupGravatar Joey Hess2011-12-31
* more partial function removalGravatar Joey Hess2011-12-15
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* update comment to explain non-obvious temp fileGravatar Joey Hess2011-11-19
* migrate: Don't fall over a stale temp file.Gravatar Joey Hess2011-11-17
* lintGravatar Joey Hess2011-11-11
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* cleanupGravatar Joey Hess2011-10-31
* 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