aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Expand)AuthorAge
* remove unused backend machineryGravatar Joey Hess2011-07-05
* rename GitQueue to Git.QueueGravatar Joey Hess2011-06-30
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* cache the trustmapGravatar Joey Hess2011-06-23
* Branch handling improvementsGravatar Joey Hess2011-06-22
* add a small cache of the most recently accessed item from the git-annex branchGravatar Joey Hess2011-06-22
* code to update a git-annex branchGravatar Joey Hess2011-06-21
* pointless golfingGravatar Joey Hess2011-06-20
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
* Add --numcopies option.Gravatar Joey Hess2011-06-01
* --backend now overrides any backend configured in .gitattributes files.Gravatar Joey Hess2011-05-18
* more monadic operator useGravatar Joey Hess2011-05-15
* Control.Monad.State import fix for debian stableGravatar Joey Hess2011-04-26
* ghc7Gravatar Joey Hess2011-04-21
* add cipher field to AnnexStateGravatar Joey Hess2011-04-16
* Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-04-07
* some reorg and further remote generalizationGravatar Joey Hess2011-03-27
* add remotes slot to AnnexGravatar Joey Hess2011-03-27
* fast modeGravatar Joey Hess2011-03-22
* use queue when upgrading, flushing every so oftenGravatar Joey Hess2011-03-16
* rename fileGravatar Joey Hess2011-03-15
* move repoConfig out of RemotesGravatar Joey Hess2011-03-05
* renameGravatar Joey Hess2011-02-28
* use ShellParam typeGravatar Joey Hess2011-02-28
* hello, liftMGravatar Joey Hess2011-02-19
* 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
* better typesGravatar Joey Hess2011-01-11
* use git-annex-shell configlistGravatar Joey Hess2010-12-31
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* add queueRunGravatar Joey Hess2010-11-08
* Add annex.version, which will be used to automate upgrades.Gravatar Joey Hess2010-11-08
* hlinted a few filesGravatar Joey Hess2010-11-06
* finished adding support for annex.ssh-optionsGravatar Joey Hess2010-11-01
* simplify evalsGravatar Joey Hess2010-10-31
* more Wall cleaningGravatar Joey Hess2010-10-31
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
* copyright statements0.02Gravatar Joey Hess2010-10-27
* add git queue to Annex monadGravatar Joey Hess2010-10-26
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
* gratuitous renameGravatar Joey Hess2010-10-18
* pruneGravatar Joey Hess2010-10-17
* move supportedBackends list into annex monadGravatar Joey Hess2010-10-17
* tweaksGravatar Joey Hess2010-10-16
* avoid empty commitsGravatar Joey Hess2010-10-14
* add flags, and change to subcommand styleGravatar Joey Hess2010-10-14