summaryrefslogtreecommitdiff
path: root/Command.hs
Commit message (Expand)AuthorAge
* 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
* Add --exclude option to exclude files from processing.Gravatar Joey Hess2010-12-08
* In .gitattributes, the git-annex-numcopies attribute can be used to control t...Gravatar Joey Hess2010-11-28
* precommit: Optimise to avoid calling git-check-attr more than once.Gravatar Joey Hess2010-11-28
* hlint tweaksGravatar Joey Hess2010-11-22
* dropunusedGravatar Joey Hess2010-11-15
* commentGravatar Joey Hess2010-11-14
* find: New subcommand.Gravatar Joey Hess2010-11-14
* better fsck file handlingGravatar Joey Hess2010-11-13
* fsck: avoid global checks if files specifiedGravatar Joey Hess2010-11-13
* fsck improvementsGravatar Joey Hess2010-11-13
* refactor param seekingGravatar Joey Hess2010-11-11
* rework command dispatching for add and pre-commitGravatar Joey Hess2010-11-11
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
* add fsck subcommand (stub)Gravatar Joey Hess2010-11-06
* support subcommands that take no paramsGravatar Joey Hess2010-11-04
* refactorGravatar Joey Hess2010-11-04
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02