Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-26 | |
|\ | |||
* | | allow enabling existing S3 repos | 2012-09-26 | |
| | | |||
* | | add a configurator for S3 | 2012-09-26 | |
| | | |||
* | | change s3 creds caching | 2012-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 repo | 2012-09-26 | |
| | | |||
| * | Any URN is different from a hash in that it isn't computable. It must be known. | 2012-09-26 | |
| | | |||
| * | Cf. URNs -- what about extendings keys to URNs? The there's no guarantee ↵ | 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 ↵ | 2012-09-26 | |
| | | | | | | | | content in other content-addressable storage systems | ||
* | | Fix fallback to ~/Desktop when xdg-user-dir is not available. Closes: #688833 | 2012-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) | 2012-09-26 | |
| | | |||
| * | For more clarity, link to the git-annex's cmds that the menu should be an ↵ | 2012-09-26 | |
| | | | | | | | | interface for. | ||
| * | removed | 2012-09-26 | |
| | | |||
| * | Added a comment: the scheme to follow to use the addurl command is longer | 2012-09-26 | |
| | | |||
| * | Added a comment: the scheme to follow to use the addurl command is longer | 2012-09-26 | |
| | | |||
| * | Added a comment | 2012-09-25 | |
|/ | |||
* | rename option | 2012-09-25 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-25 | |
|\ | |||
* | | fsck: New --incremental-restart option which is nice for scheduling eg, ↵ | 2012-09-25 | |
| | | | | | | | | monthly incremental fsck runs in cron jobs. | ||
| * | Added a comment | 2012-09-25 | |
| | | |||
| * | Added a comment | 2012-09-25 | |
| | | |||
| * | (no commit message) | 2012-09-25 | |
| | | |||
| * | Added a comment | 2012-09-25 | |
| | | |||
| * | Added a comment | 2012-09-25 | |
| | | |||
| * | convert a link into an internal one, so that the connections can be tracked ↵ | 2012-09-25 | |
|/ | | | | by ikiwiki and displayed. | ||
* | Added a comment: sorta why git-annex exists in the first place -- not only ↵ | 2012-09-25 | |
| | | | | the slow index | ||
* | The backends for real strorage seem to be called "special remotes", so ↵ | 2012-09-25 | |
| | | | | correcting myself. | ||
* | rename ↵ | 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 requested | 2012-09-25 | |
| | |||
* | rename ↵ | 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) | 2012-09-25 | |
| | |||
* | (no commit message) | 2012-09-25 | |
| | |||
* | blog for the day | 2012-09-25 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-25 | |
|\ | |||
* | | New --time-limit option, makes long git-annex commands stop after a ↵ | 2012-09-25 | |
| | | | | | | | | specified amount of time. | ||
| * | A scenario of how this would be useful. | 2012-09-25 | |
| | | |||
| * | (no commit message) | 2012-09-25 | |
| | | |||
| * | +a wikilink (!and there is a bug that leads to a broken wikilink!) | 2012-09-25 | |
| | | |||
| * | typo | 2012-09-25 | |
| | | |||
| * | (no commit message) | 2012-09-25 | |
| | | |||
| * | clarify desired behavior of --max-age | 2012-09-25 | |
|/ | |||
* | only read/set the incremental timestamp file once | 2012-09-25 | |
| | |||
* | notes | 2012-09-25 | |
| | |||
* | changelog | 2012-09-25 | |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | 2012-09-25 | |
|\ | |||
* | | use --more rather than --new to continue incremental fsck | 2012-09-25 | |
| | | |||
* | | basic incremental fsck now working | 2012-09-25 | |
| | | |||
* | | add recordStartTime and getStartTime | 2012-09-25 | |
| | | |||
* | | move sticky bit code into Utility.FileMode | 2012-09-25 | |
| | | | | | | | | | | | | | | | | | | | | | | Simplified it using existing functions. I doubt setSticky needs to return the FileMode; if it does for some reason, it can be changed to use modifyFileMode' Converted isSticky to a pure function for consistency with isSymlink. Note that the sticky bit of a file can be tested thus: isSticky . fileMode <$> getFileStatus file | ||
* | | Justin's metadata code | 2012-09-25 | |
| | | |||
* | | add --incremental and --new options | 2012-09-25 | |
| | | | | | | | | Not yet used.. |