aboutsummaryrefslogtreecommitdiff
path: root/Command/ExamineKey.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* examimekey: Allow being run in a git repo that is not initialized by git-anne...Gravatar Joey Hess2016-09-05
* Fix reversion in lookupkey, contentlocation, and examinekey which caused them...Gravatar Joey Hess2016-01-29
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* remove no longer needed noMessagesGravatar Joey Hess2016-01-20
* converted ContentLocation, ExampleKey, LookupKeyGravatar Joey Hess2015-07-11
* implement withGlobalOptions, and convert FindGravatar 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
* contentlocation, examinekey, lookupkey: Added --batch mode option.Gravatar Joey Hess2015-05-06
* 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
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* Remove --json option from commands not supporting it.Gravatar Joey Hess2014-01-18
* Add plumbing-level lookupkey examinekey command.Gravatar Joey Hess2013-12-15