summaryrefslogtreecommitdiff
path: root/CmdLine.hs
Commit message (Expand)AuthorAge
* Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-04-07
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* No longer auto-upgrade to repository format 2, to avoid accidental upgrades, ...Gravatar Joey Hess2011-03-19
* use queue when upgrading, flushing every so oftenGravatar Joey Hess2011-03-16
* Rethink filename encoding handling for display. Since filename encoding may o...0.23Gravatar Joey Hess2011-03-12
* put in utf8 forcing workaroundGravatar Joey Hess2011-03-08
* Fix test suite to reap zombies.Gravatar Joey Hess2011-02-13
* more pure code refactoringGravatar Joey Hess2011-01-29
* shutdown no longer a special caseGravatar Joey Hess2011-01-29
* cleanupGravatar Joey Hess2011-01-29
* Improved temp file handlingGravatar Joey Hess2011-01-28
* better directory handlingGravatar Joey Hess2011-01-27
* better warnings displayGravatar Joey Hess2011-01-26
* rework config storageGravatar Joey Hess2011-01-26
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
* got rid of Core moduleGravatar Joey Hess2011-01-16
* git-annex-shell mostly done now, only needs 2 more subcommandsGravatar Joey Hess2010-12-30
* add git-annex-shell commandGravatar Joey Hess2010-12-30
* factor out a little moreGravatar Joey Hess2010-12-30
* tweakGravatar Joey Hess2010-12-30
* remove magic numbersGravatar Joey Hess2010-12-30
* 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
* Add trust and untrust subcommands, to allow configuring remotes that are trus...Gravatar Joey Hess2010-12-28
* Add --exclude option to exclude files from processing.Gravatar Joey Hess2010-12-08
* Add uninit subcommand. Closes: #605749Gravatar Joey Hess2010-12-03
* Add copy subcommand.Gravatar Joey Hess2010-11-27
* dropunusedGravatar Joey Hess2010-11-15
* unused: New subcommand, finds unused data (the global part of fsck).Gravatar Joey Hess2010-11-15
* find: New subcommand.Gravatar Joey Hess2010-11-14
* fsck improvementsGravatar Joey Hess2010-11-13
* refactor param seekingGravatar Joey Hess2010-11-11
* remove dup filterGravatar Joey Hess2010-11-11
* got rid of several more calls to git when finding unlocked filesGravatar Joey Hess2010-11-11
* rework command dispatching for add and pre-commitGravatar Joey Hess2010-11-11
* allow adding unlocked filesGravatar Joey Hess2010-11-10
* edit an alias for unlockGravatar Joey Hess2010-11-10
* Avoid using runghc to run test suite as it is not available on all architectu...Gravatar Joey Hess2010-11-10
* lock and unlock subcommandsGravatar Joey Hess2010-11-09
* add fsck subcommand (stub)Gravatar Joey Hess2010-11-06
* fixesGravatar Joey Hess2010-11-04
* 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