aboutsummaryrefslogtreecommitdiff
path: root/Command.hs
Commit message (Expand)AuthorAge
* tweakGravatar Joey Hess2011-09-15
* remove command type definitionsGravatar Joey Hess2011-09-15
* move annex.numcopies parsing into withNumCopiesGravatar Joey Hess2011-09-15
* bugfix: drop and fsck did not honor --excludeGravatar Joey Hess2011-09-15
* clean up params in usage displayGravatar Joey Hess2011-09-15
* remove optimize subcommand; use --auto insteadGravatar Joey Hess2011-09-15
* fix synopsisGravatar Joey Hess2011-09-15
* optimize: A new subcommand that either gets or drops file content as needed t...Gravatar Joey Hess2011-09-14
* Improve display of newlines around error and warning messages.Gravatar Joey Hess2011-09-06
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* avoid namespace conflictGravatar Joey Hess2011-08-16
* unify elipsis handlingGravatar Joey Hess2011-07-19
* hlint tweaksGravatar Joey Hess2011-07-15
* better display of thrown errorsGravatar Joey Hess2011-07-05
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* factor out file list stuff from GitRepoGravatar Joey Hess2011-06-29
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-29
|\
| * --force will cause add, etc, to operate on ignored files.Gravatar Joey Hess2011-06-29
* | remove stateDirGravatar Joey Hess2011-06-23
|/
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* show error message on unexpected parameters to commands that take noneGravatar Joey Hess2011-05-28
* simplifyGravatar Joey Hess2011-05-28
* Fix bug in --exclude introduced in 0.20110516.Gravatar Joey Hess2011-05-27
* better multiword parameter handlingGravatar Joey Hess2011-05-16
* Maybe reduction pass 2Gravatar Joey Hess2011-05-15
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* cleanupGravatar Joey Hess2011-05-15
* refactor some boilerplateGravatar Joey Hess2011-05-15
* started on initremoteGravatar Joey Hess2011-03-28
* Fix space leak in fsck and drop commands.Gravatar Joey Hess2011-03-22
* 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
* fromkey, and url backend download work nowGravatar Joey Hess2011-03-15
* rename fileGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* shorten a help string to avoid column getting too wideGravatar Joey Hess2011-03-05
* add describe subcommandGravatar Joey Hess2011-03-03
* prevent trust commands from trying to do things in a bare repoGravatar Joey Hess2011-03-03
* hello, liftMGravatar Joey Hess2011-02-19
* add check for unclean treeGravatar Joey Hess2011-02-01
* cleanup last changeGravatar Joey Hess2011-01-31
* Preserve specified file ordering when instructed to act on multiple files or ...Gravatar Joey Hess2011-01-31
* tweakGravatar Joey Hess2011-01-30
* more pure code refactoringGravatar Joey Hess2011-01-29
* idiomGravatar Joey Hess2011-01-27
* better directory handlingGravatar Joey Hess2011-01-27
* use isPrefixOfGravatar Joey Hess2011-01-27
* rework config storageGravatar Joey Hess2011-01-26
* parameterize Backend typeGravatar Joey Hess2011-01-25