summaryrefslogtreecommitdiff
path: root/Command.hs
Commit message (Expand)AuthorAge
* 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
* clarify default values when no path is specifiedGravatar Joey Hess2011-01-13
* use concatGravatar Joey Hess2011-01-09
* New migrate subcommand can be used to switch files to using a different backe...Gravatar Joey Hess2011-01-08
* 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
* Avoid multiple calls to git ls-files when passed eg, "*".Gravatar Joey Hess2010-12-23
* Bugfix to git annex add of an unlocked file in a subdir. Closes: #606579Gravatar Joey Hess2010-12-11
* use Text.Regex.PCRE.Light.Char8 rather than Text.RegexpGravatar Joey Hess2010-12-08