summaryrefslogtreecommitdiff
path: root/doc/walkthrough
Commit message (Collapse)AuthorAge
...
* Added a comment: Is it necessary to commit after the 'drop'?Gravatar DavidEdmondson2011-09-05
|
* update documentation for new, neutered key-value backendsGravatar Joey Hess2011-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.
* documentation for using the webGravatar Joey Hess2011-07-01
|
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* tweak fsck wording so file is at the end of the lineGravatar Joey Hess2011-06-23
|
* adjust walkthrough for git-annex branchGravatar Joey Hess2011-06-22
| | | | don't just pull master.. pull everything
* update documentation that mentioned .git-annex/Gravatar Joey Hess2011-06-22
|
* get --from is the same as copy --fromGravatar Joey Hess2011-06-09
| | | | | | | | get not honoring --from has surprised me a few times, so least surprise suggests it should just behave like copy --from. This leaves the difference between get and copy being that copy always requires the remote to copy from, while get will decide whether to get a file from a key/value store or a remote.
* improve unused command's outputGravatar Joey Hess2011-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.
* hehGravatar Joey Hess2011-05-16
|
* IA: do not create bucket at initremote timeGravatar Joey Hess2011-05-16
| | | | | This way, the metadata sent when uploading a file is applied to the bucket then.
* tweakGravatar Joey Hess2011-05-16
|
* tweakGravatar Joey Hess2011-05-16
|
* cleanupGravatar Joey Hess2011-05-16
|
* Added filename extension preserving variant backends SHA1E, SHA256E, etc.Gravatar Joey Hess2011-05-16
|
* add a few tweaks to make it easy to use the Internet Archive's variant of S3Gravatar Joey Hess2011-05-16
| | | | | | | | In particular, munge key filenames to comply with the IA's filename limits, disable encryption, support their nonstandard way of creating buckets, and allow x-amz-* headers to be specified in initremote to set item metadata. Still TODO: initremote does not handle multiword metadata headers right.
* cleanupGravatar Joey Hess2011-05-16
|
* cleanupGravatar Joey Hess2011-05-16
|
* added documentation for using the Internet Archive as a remote via S3Gravatar Joey Hess2011-05-16
| | | | Renamed Amazon_S3 page to just S3.
* move other commentsGravatar Joey Hess2011-05-15
|
* Merge remote-tracking branch 'branchable/master'Gravatar Joey Hess2011-05-15
|\
* | move conversation to a real bug reportGravatar Joey Hess2011-05-15
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-15
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-15
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-15
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-05-15
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-15
| |
| * Added a commentGravatar http://joey.kitenet.net/2011-05-15
|/
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-15
|
* Added a commentGravatar http://joey.kitenet.net/2011-05-15
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-14
|
* Added a commentGravatar http://joey.kitenet.net/2011-05-14
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-14
|
* Added a commentGravatar http://joey.kitenet.net/2011-05-14
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-14
|
* layoutGravatar Joey Hess2011-05-13
|
* Added a commentGravatar http://joey.kitenet.net/2011-05-12
|
* Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2011-05-12
|
* avoid always decrypting cipherGravatar Joey Hess2011-05-01
| | | | | Last change moved cipher decryption to remote setup time. Fixed this with a bit of a hack.
* S3: When encryption is enabled, the Amazon S3 login credentials are stored, ↵Gravatar Joey Hess2011-05-01
| | | | encrypted, in .git-annex/remotes.log, so environment variables need not be set after the remote is initialized.
* initremote: show gpg keysGravatar Joey Hess2011-04-17
|
* reword againGravatar Joey Hess2011-04-17
| | | | On second thought, "unlocking" is confusable with git-annex unlock.
* tweak wordingGravatar Joey Hess2011-04-17
|
* document encryptionGravatar Joey Hess2011-04-16
|
* change name of buprepoGravatar Joey Hess2011-04-09
| | | | | | Instead of remote=, use buprepo= Anyone already using bup will need to re-run git annex initremote.
* typoGravatar Joey Hess2011-04-08
|
* typoGravatar Joey Hess2011-04-08
|
* local bup remotesGravatar Joey Hess2011-04-08
|
* typoGravatar Joey Hess2011-04-08
|
* expandGravatar Joey Hess2011-04-08
|