summaryrefslogtreecommitdiff
path: root/Command.hs
Commit message (Expand)AuthorAge
* break module dependancy loopGravatar Joey Hess2012-01-10
* tweakGravatar Joey Hess2012-01-06
* per-command optionsGravatar Joey Hess2012-01-05
* type alias cleanupGravatar Joey Hess2011-12-31
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* hslintGravatar Joey Hess2011-12-09
* add: If interrupted, add can leave files converted to symlinks but not yet ad...Gravatar Joey Hess2011-12-07
* tweakGravatar Joey Hess2011-11-19
* When not run in a git repository, git-annex can still display a usage message...Gravatar Joey Hess2011-11-16
* lintGravatar Joey Hess2011-11-11
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* cleanupGravatar Joey Hess2011-10-31
* refactoring and cleanupGravatar Joey Hess2011-10-30
* refactorGravatar Joey Hess2011-10-29
* fsck: Now works in bare repositories.Gravatar Joey Hess2011-10-29
* 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
* git-annex-shell uuid verificationGravatar Joey Hess2011-10-06
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* go go gadget hlintGravatar Joey Hess2011-09-20
* reorgGravatar Joey Hess2011-09-19
* refactorGravatar Joey Hess2011-09-18
* fix memory leakGravatar Joey Hess2011-09-18
* refactor --exclude to use Utility.MatcherGravatar Joey Hess2011-09-18
* 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