aboutsummaryrefslogtreecommitdiff
path: root/Command/DropKey.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* --branch, stage 2Gravatar Joey Hess2016-07-20
* more generic showStart'Gravatar Joey Hess2016-07-20
* dropkey --jsonGravatar Joey Hess2016-03-06
* dropkey: Add --batch.Gravatar Joey Hess2016-03-06
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* add lockContentSharedGravatar Joey Hess2015-10-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* 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
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* refactorGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* more descriptive name for oneshotGravatar Joey Hess2012-09-15
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* set oneshot mode on a per-command basisGravatar Joey Hess2012-02-14
* inverted logicGravatar Joey Hess2011-12-09
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* lockContent in dropkeyGravatar Joey Hess2011-11-09
* 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
* reorganize log modulesGravatar Joey Hess2011-10-15
* 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 web special remoteGravatar Joey Hess2011-07-01
* refactor some boilerplateGravatar Joey Hess2011-05-15
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* make commands that take a key as a parameter error if it's badGravatar Joey Hess2011-03-15
* fixed dropkey, setkey, and git-annex-shell subcommandsGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* rework config storageGravatar Joey Hess2011-01-26
* got rid of Core moduleGravatar Joey Hess2011-01-16
* 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
* finished hlintingGravatar Joey Hess2010-11-22
* refactor param seekingGravatar Joey Hess2010-11-11
* Annexed file contents are now made unwritable and put in unwriteable director...Gravatar Joey Hess2010-11-08
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02