summaryrefslogtreecommitdiff
path: root/RemoteClass.hs
Commit message (Collapse)AuthorAge
* RemoteConfig typeGravatar Joey Hess2011-04-15
|
* cost bugfixesGravatar Joey Hess2011-03-30
|
* boilerplate reductionGravatar Joey Hess2011-03-30
|
* copy --to S3 worksGravatar Joey Hess2011-03-29
|
* initremote now creates bucketsGravatar Joey Hess2011-03-29
|
* initremote worksGravatar Joey Hess2011-03-29
|
* clean up remote.log handlingGravatar Joey Hess2011-03-29
|
* updateGravatar Joey Hess2011-03-28
|
* some reorg and further remote generalizationGravatar Joey Hess2011-03-27
|
* reexport RemoteClass from Remote for cleanlinessGravatar Joey Hess2011-03-27
|
* add remotes slot to AnnexGravatar Joey Hess2011-03-27
| | | | This required parameterizing the type for Remote, to avoid a cycle.
* start of generalizing remotesGravatar Joey Hess2011-03-27
Goal is to support multiple different types of remotes, some of which are not git repositories. To that end, added a Remote class, and moved git remote specific code into Remote.GitRemote. Remotes.hs is still present as some code has not been converted to use the new Remote class yet.