aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
Commit message (Expand)AuthorAge
* maintain set of files pendingAddGravatar Joey Hess2012-06-20
* separate source of content from the filename associated with the key when gen...Gravatar Joey Hess2012-06-05
* Fix display of warning message when encountering a file that uses an unsuppor...Gravatar Joey Hess2012-05-31
* Fix use of several config settingsGravatar Joey Hess2012-05-05
* use new getConfigGravatar Joey Hess2012-03-22
* hlintGravatar Joey Hess2012-02-16
* fix LsFiles.typeChanged pathsGravatar Joey Hess2012-02-14
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* IO exception reworkGravatar Joey Hess2012-02-03
* 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