Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update documentation for new, neutered key-value backends | Joey Hess | 2011-08-28 |
| | | | | | | | | | | | Backends are now only used to generate keys (and check them); they are not arbitrary key-value stores for data, because it turned out such a store is better modeled as a special remote. Updated docs to not imply backends do more than they do now. Sometimes I'm tempted to rename "backend" to "keytype" or something, which would really be more clear. But it would be an annoying transition for users, with annex.backends etc. | ||
* | improve unused command's output | Joey Hess | 2011-05-28 |
| | | | | | Display the name of the remote being checked, with "." for the current remote, echoing the way describe takes that to change its description. | ||
* | split the walkthrough and inline back together | Joey Hess | 2011-02-27 |