summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* poll vote (Google Drive)Gravatar 192.17.249.2442012-09-26
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-09-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-26
|\
* | install a git-annex-shell shim script when the standalone OSX app runsGravatar Joey Hess2012-09-26
| | | | | | | | | | | | | | I put it in ~/.ssh/ because there's no reliable way to get it into PATH, and OSX ssh doesn't even honor user's PATH by default. authorized_keys generators will need to check if it's there. Not done yet.
| * poll vote (Tahoe-LAFS)Gravatar 89.70.160.1022012-09-26
|/
* add gpgGravatar Joey Hess2012-09-26
|
* make the standalone OSX app automatically install itself when runGravatar Joey Hess2012-09-26
|
* blog for the dayGravatar Joey Hess2012-09-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-26
|\
* | allow enabling existing S3 reposGravatar Joey Hess2012-09-26
| |
* | add a configurator for S3Gravatar Joey Hess2012-09-26
| |
* | change s3 creds cachingGravatar Joey Hess2012-09-26
| | | | | | | | | | | | | | | | Rather than store decrypted creds in the environment, store them in the creds cache file. This way, a single git-annex can have multiple S3 remotes using different creds.
* | store S3 creds in a 600 mode file inside the local git repoGravatar Joey Hess2012-09-26
| |
| * Any URN is different from a hash in that it isn't computable. It must be known.Gravatar http://lj.rossia.org/users/imz/2012-09-26
| |
| * Cf. URNs -- what about extendings keys to URNs? The there's no guarantee ↵Gravatar http://lj.rossia.org/users/imz/2012-09-26
| | | | | | | | that will get the identified content in always the same format.
| * A different view: extend the key-value backends with ways to look for the ↵Gravatar http://lj.rossia.org/users/imz/2012-09-26
| | | | | | | | content in other content-addressable storage systems
* | Fix fallback to ~/Desktop when xdg-user-dir is not available. Closes: #688833Gravatar Joey Hess2012-09-25
| | | | | | | | | | Really the fix here is to make Utility.Process only throw IOErrors, which is what I naturally assumed it'd throw.
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlatTbI0K-qydpeYHl37iseqPNvERcdIMk2012-09-26
| |
| * For more clarity, link to the git-annex's cmds that the menu should be an ↵Gravatar http://lj.rossia.org/users/imz/2012-09-26
| | | | | | | | interface for.
| * removedGravatar http://lj.rossia.org/users/imz/2012-09-26
| |
| * Added a comment: the scheme to follow to use the addurl command is longerGravatar http://lj.rossia.org/users/imz/2012-09-26
| |
| * Added a comment: the scheme to follow to use the addurl command is longerGravatar http://lj.rossia.org/users/imz/2012-09-26
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-09-25
|/
* rename optionGravatar Joey Hess2012-09-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-25
|\
* | fsck: New --incremental-restart option which is nice for scheduling eg, ↵Gravatar Joey Hess2012-09-25
| | | | | | | | monthly incremental fsck runs in cron jobs.
| * Added a commentGravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * Added a commentGravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * (no commit message)Gravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * Added a commentGravatar http://joeyh.name/2012-09-25
| |
| * Added a commentGravatar http://joeyh.name/2012-09-25
| |
| * convert a link into an internal one, so that the connections can be tracked ↵Gravatar http://lj.rossia.org/users/imz/2012-09-25
|/ | | | by ikiwiki and displayed.
* Added a comment: sorta why git-annex exists in the first place -- not only ↵Gravatar http://lj.rossia.org/users/imz/2012-09-25
| | | | the slow index
* The backends for real strorage seem to be called "special remotes", so ↵Gravatar http://lj.rossia.org/users/imz/2012-09-25
| | | | correcting myself.
* rename ↵Gravatar http://lj.rossia.org/users/imz/2012-09-25
| | | | todo/wishlist:_backends_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn to todo/wishlist:_spec.remotes_for_other_peer_network_data_stores___40__gnunet__44___freenet__41__.mdwn
* typo and a wikilink to the type of the thing that is requestedGravatar http://lj.rossia.org/users/imz/2012-09-25
|
* rename ↵Gravatar http://lj.rossia.org/users/imz/2012-09-25
| | | | todo/wishlist:_a_remote_for_netwrok_directories_that_would_mount_them_whenever_needed___40__e.g.__44___with_WebDAV__41__.mdwn to todo/wishlist:_a_spec.remote_for_network_directories_that_would_mount_them_whenever_needed___40__e.g.__44___with_WebDAV__41__.mdwn
* poll vote (Tahoe-LAFS)Gravatar http://lj.rossia.org/users/imz/2012-09-25
|
* (no commit message)Gravatar http://lj.rossia.org/users/imz/2012-09-25
|
* blog for the dayGravatar Joey Hess2012-09-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-09-25
|\
* | New --time-limit option, makes long git-annex commands stop after a ↵Gravatar Joey Hess2012-09-25
| | | | | | | | specified amount of time.
| * A scenario of how this would be useful.Gravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR82012-09-25
| |
| * +a wikilink (!and there is a bug that leads to a broken wikilink!)Gravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * typoGravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * (no commit message)Gravatar http://lj.rossia.org/users/imz/2012-09-25
| |
| * clarify desired behavior of --max-ageGravatar https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo2012-09-25
|/
* only read/set the incremental timestamp file onceGravatar Joey Hess2012-09-25
|
* notesGravatar Joey Hess2012-09-25
|