aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
Commit message (Expand)AuthorAge
* type alias cleanupGravatar Joey Hess2011-12-31
* more partial function removalGravatar Joey Hess2011-12-15
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out two more Git modulesGravatar Joey Hess2011-12-13
* split out three modules from GitGravatar Joey Hess2011-12-13
* Prevent key names from containing newlines.Gravatar Joey Hess2011-12-06
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* use SHA256 by defaultGravatar Joey Hess2011-11-04
* tweaksGravatar Joey Hess2011-10-10
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* make unused check branches and tags tooGravatar Joey Hess2011-09-28
* go go gadget hlintGravatar Joey Hess2011-09-20
* tweakGravatar Joey Hess2011-09-15
* tweakGravatar Joey Hess2011-08-30
* addurl: --fast can be used to avoid immediately downloading the url.Gravatar Joey Hess2011-08-06
* fooGravatar Joey Hess2011-08-06
* hlint tweaksGravatar Joey Hess2011-07-15
* remove unused backend machineryGravatar Joey Hess2011-07-05
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* found a few places I can use newtypeGravatar Joey Hess2011-05-21
* --backend now overrides any backend configured in .gitattributes files.Gravatar Joey Hess2011-05-18
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* more Control.Monad.State export fixGravatar Joey Hess2011-04-26
* ghc7Gravatar Joey Hess2011-04-21
* annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")Gravatar Joey Hess2011-03-26
* migrate: Support migrating v1 SHA keys to v2 SHA keys with size information t...Gravatar Joey Hess2011-03-23
* improve size change displayGravatar Joey Hess2011-03-23
* tweakGravatar Joey Hess2011-03-23
* check key size when available, no matter the backendGravatar Joey Hess2011-03-23
* upgrade groundworkGravatar Joey Hess2011-03-16
* rename fileGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* only enable SHA backends that configure finds support forGravatar Joey Hess2011-03-02
* avoid warning when symlink in the repo contains a colon but is not aGravatar Joey Hess2011-01-27
* make filename available to fsck messagesGravatar Joey Hess2011-01-26
* rename TypeInternals to BackendTypesGravatar Joey Hess2011-01-26
* rework config storageGravatar Joey Hess2011-01-26
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
* parameterize Backend typeGravatar Joey Hess2011-01-25
* fix real underlaying cause, and fix test suite to not skip it0.17Gravatar Joey Hess2011-01-09
* bugfix: Fix crash caused by a symlink in the repo with link text ending in a ...Gravatar Joey Hess2011-01-09
* The git-annex-backend attribute has been renamed to annex.backend.Gravatar Joey Hess2010-11-28
* In .gitattributes, the git-annex-numcopies attribute can be used to control t...Gravatar Joey Hess2010-11-28
* finished hlintingGravatar Joey Hess2010-11-22
* hlint tweaksGravatar Joey Hess2010-11-22
* Fix `git annex add ../foo` (when ran in a subdir of the repo).Gravatar Joey Hess2010-11-17
* dropunusedGravatar Joey Hess2010-11-15