summaryrefslogtreecommitdiff
path: root/Command/Unused.hs
Commit message (Expand)AuthorAge
* add explanation for why strictness is needed hereGravatar Joey Hess2011-08-31
* unused --remote: Reduced memory use to 1/4th what was used before.Gravatar Joey Hess2011-08-31
* unify elipsis handlingGravatar Joey Hess2011-07-19
* finished hlint passGravatar Joey Hess2011-07-15
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* generalized safeWriteFile to viaTmpGravatar Joey Hess2011-06-30
* factor out file list stuff from GitRepoGravatar Joey Hess2011-06-29
* unused command updates for branchesGravatar Joey Hess2011-06-23
* rewrite loggedkeys to use git-annex branchGravatar Joey Hess2011-06-22
* fixed logFileGravatar Joey Hess2011-06-22
* move LocationLog into Annex monad from IOGravatar Joey Hess2011-06-22
* unused --from . checks local repo, for consistencyGravatar Joey Hess2011-05-28
* bugfix: fix unused list numberingGravatar Joey Hess2011-05-28
* tweakGravatar Joey Hess2011-05-28
* improve unused command's outputGravatar Joey Hess2011-05-28
* status: New subcommand to show info about an annex, including its size.Gravatar Joey Hess2011-05-16
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* refactor some boilerplateGravatar Joey Hess2011-05-15
* unused: Now also lists files fsck places in .git/annex/bad/Gravatar Joey Hess2011-04-29
* unused/dropunused: support --fromGravatar Joey Hess2011-04-02
* clarify wordingGravatar Joey Hess2011-03-22
* fast modeGravatar Joey Hess2011-03-22
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* first pass at using new keysGravatar Joey Hess2011-03-15
* Rethink filename encoding handling for display. Since filename encoding may o...0.23Gravatar Joey Hess2011-03-12
* fix up commands that are trouble on bare reposGravatar Joey Hess2011-03-03
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
* Fix display of unicode filenames.Gravatar Joey Hess2011-02-10
* use forM_ in a few placesGravatar Joey Hess2011-01-31
* use mapM_Gravatar Joey Hess2011-01-31
* use Set instead of existence MapGravatar Joey Hess2011-01-30
* factor out pure codeGravatar Joey Hess2011-01-29
* Improved temp file handlingGravatar Joey Hess2011-01-28
* use safewritefileGravatar Joey Hess2011-01-28
* better directory handlingGravatar Joey Hess2011-01-27
* got rid of Core moduleGravatar Joey Hess2011-01-16
* always write log, so it's empty if nothing is unusedGravatar Joey Hess2011-01-12
* 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 a newlineGravatar Joey Hess2010-12-24
* finished hlintingGravatar Joey Hess2010-11-22
* fsck: Print warnings to stderr; --quiet can now be used to only see problems.Gravatar Joey Hess2010-11-15
* dropunusedGravatar Joey Hess2010-11-15
* unused: New subcommand, finds unused data (the global part of fsck).Gravatar Joey Hess2010-11-15