Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | RemoteConfig type | Joey Hess | 2011-04-15 |
| | |||
* | cost bugfixes | Joey Hess | 2011-03-30 |
| | |||
* | boilerplate reduction | Joey Hess | 2011-03-30 |
| | |||
* | copy --to S3 works | Joey Hess | 2011-03-29 |
| | |||
* | initremote now creates buckets | Joey Hess | 2011-03-29 |
| | |||
* | initremote works | Joey Hess | 2011-03-29 |
| | |||
* | clean up remote.log handling | Joey Hess | 2011-03-29 |
| | |||
* | update | Joey Hess | 2011-03-28 |
| | |||
* | some reorg and further remote generalization | Joey Hess | 2011-03-27 |
| | |||
* | reexport RemoteClass from Remote for cleanliness | Joey Hess | 2011-03-27 |
| | |||
* | add remotes slot to Annex | Joey Hess | 2011-03-27 |
| | | | | This required parameterizing the type for Remote, to avoid a cycle. | ||
* | start of generalizing remotes | Joey Hess | 2011-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. |