aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Collapse)AuthorAge
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* gratuitous renameGravatar Joey Hess2010-10-18
|
* pruneGravatar Joey Hess2010-10-17
|
* move supportedBackends list into annex monadGravatar Joey Hess2010-10-17
| | | | | | | This was necessary so the File backend could import Backend w/o a cycle. Moved code that checks whether enough backends have a file into File backend.
* tweaksGravatar Joey Hess2010-10-16
|
* avoid empty commitsGravatar Joey Hess2010-10-14
|
* add flags, and change to subcommand styleGravatar Joey Hess2010-10-14
|
* bugGravatar Joey Hess2010-10-14
|
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14
|
* more namespace cleanupGravatar Joey Hess2010-10-14
|
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
|
* add module that only exports abstract typesGravatar Joey Hess2010-10-14
|
* bugfixGravatar Joey Hess2010-10-13
|
* use a state monadGravatar Joey Hess2010-10-13
| | | | enormous reworking
* copying almost workingGravatar Joey Hess2010-10-13
|
* almost able to get files from remotes now!Gravatar Joey Hess2010-10-13
|
* move some stuff out of IOGravatar Joey Hess2010-10-13
|
* cost orderingGravatar Joey Hess2010-10-13
|
* cleanup3Gravatar Joey Hess2010-10-13
|
* cleanup2Gravatar Joey Hess2010-10-13
|
* key conversion back from file bugfixesGravatar Joey Hess2010-10-13
|
* cleanupGravatar Joey Hess2010-10-13
|
* error handlingGravatar Joey Hess2010-10-13
|
* autobugfixing!Gravatar Joey Hess2010-10-13
| | | | | | | | Converted Key to a real data type and caught all the places where I used an unconverted filename as a key. Had to loose some sanity checks around whether something is already annexed, but I guess I can add those back other ways.
* bugfxGravatar Joey Hess2010-10-13
|
* bugfixGravatar Joey Hess2010-10-13
|
* fix relative symlink 2Gravatar Joey Hess2010-10-13
|
* relative symlink to annexed fileGravatar Joey Hess2010-10-13
|
* updateGravatar Joey Hess2010-10-13
|
* got rid of the .git-annex/key.backend filesGravatar Joey Hess2010-10-13
|
* bugfixesGravatar Joey Hess2010-10-12
|
* record annexed files in logGravatar Joey Hess2010-10-12
|
* avoid redownloadGravatar Joey Hess2010-10-12
|
* getting files via http working!Gravatar Joey Hess2010-10-12
|
* hookup annexgetfileGravatar Joey Hess2010-10-12
|
* simplify some function signatures using stateGravatar Joey Hess2010-10-12
|
* thread State thru to backendsGravatar Joey Hess2010-10-12
|
* updateGravatar Joey Hess2010-10-12
|
* uuid typeGravatar Joey Hess2010-10-12
|
* stubGravatar Joey Hess2010-10-12
|
* correctnessGravatar Joey Hess2010-10-12
|
* updateGravatar Joey Hess2010-10-12
|
* add uuidGravatar Joey Hess2010-10-12
|
* tweakGravatar Joey Hess2010-10-12
|
* faddleGravatar Joey Hess2010-10-12
|
* moved config reading into GitRepoGravatar Joey Hess2010-10-11
|
* cleanupGravatar Joey Hess2010-10-11
|
* explicit exportsGravatar Joey Hess2010-10-11
|
* split up TypesGravatar Joey Hess2010-10-11
|
* adjust merge configGravatar Joey Hess2010-10-11
| | | | *.log will merge, but foo.$backend files will not