aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Collapse)AuthorAge
...
* 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
* add git config lookups for annex.name, annex.backends, etcGravatar Joey Hess2010-10-11
|
* use Data.Time instead of Data.DateTimeGravatar Joey Hess2010-10-10
| | | | | The latter has shady rounding. The new module is a bit harder to use, but worth it, it adds subsecond timestamps too.
* better option handlingGravatar Joey Hess2010-10-10
| | | | multiple-file support for all modes
* updateGravatar Joey Hess2010-10-10
|
* robustnessGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* convert GitRepo to struct with constructorGravatar Joey Hess2010-10-10
|
* fix storing files in .git/annex by keyGravatar Joey Hess2010-10-10
|
* got annexing workingGravatar Joey Hess2010-10-10