summaryrefslogtreecommitdiff
path: root/Command/Unused.hs
Commit message (Expand)AuthorAge
...
* avoid needing to keep list of present keysGravatar Joey Hess2012-03-11
* status: Fixed to run in nearly constant space.Gravatar Joey Hess2012-03-11
* unused: Reduce memory usage significantly.Gravatar Joey Hess2012-03-11
* "here" can be used to refer to the current repository, which can read better ...Gravatar Joey Hess2012-03-01
* hlintGravatar Joey Hess2012-02-16
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemGravatar Joey Hess2012-02-01
* tweakGravatar Joey Hess2012-01-06
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06
* type alias cleanupGravatar Joey Hess2011-12-31
* more partial function removalGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
* hslintGravatar Joey Hess2011-12-09
* fix typo introduced with the Ref typeGravatar Joey Hess2011-11-17
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* Optimised union merging; now only runs git cat-file once.Gravatar Joey Hess2011-11-12
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* unused, dropunused: Now work in bare repositories.Gravatar 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
* broke up UtilityGravatar Joey Hess2011-10-16
* reorganize log modulesGravatar Joey Hess2011-10-15
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* convert all git read/write functions to use ByteStringsGravatar Joey Hess2011-09-29
* golfingGravatar Joey Hess2011-09-28
* enable short-circuiting optimisatonsGravatar Joey Hess2011-09-28
* refine new unused codeGravatar Joey Hess2011-09-28
* make unused check branches and tags tooGravatar Joey Hess2011-09-28
* refactorGravatar Joey Hess2011-09-23
* documentation/warning message update for future featureGravatar Joey Hess2011-09-23
* remove command type definitionsGravatar Joey Hess2011-09-15
* more newline fixesGravatar Joey Hess2011-09-09
* 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