summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* give up on fixing the link and remove slash from original URLGravatar Antoine Beaupré2015-08-19
|
* try to fix linkGravatar Antoine Beaupré2015-08-19
|
* Added a comment: seems just ignore errors while adding urls to "unsupported" ↵Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-08-19
| | | | urls
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-08-19
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-08-19
|
* Added a comment: works with sync --content, but the assistant is slow to ↵Gravatar anarcat2015-08-19
| | | | pickup tracking info
* devblogGravatar Joey Hess2015-08-19
|
* working exampleGravatar Joey Hess2015-08-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-08-19
|\
* | responseGravatar Joey Hess2015-08-19
| |
* | responseGravatar Joey Hess2015-08-19
| |
* | responseGravatar Joey Hess2015-08-19
| |
* | followupGravatar Joey Hess2015-08-19
| |
* | disable whereisKey for encrypted or chunked remotesGravatar Joey Hess2015-08-19
| | | | | | | | | | | | | | This only makes sense for public repos, that are not chunked, so that there's a 1:1 from Key in the git-annex repo to file on the remote. Rather than making every remote implementation deal with that, just disable whereisKey when it doesn't make sense.
| * Added a commentGravatar anarcat2015-08-19
| |
* | exclude thanks page to avoid lintian error about embedded gifGravatar Joey Hess2015-08-19
|/
* commentGravatar Joey Hess2015-08-19
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-08-19
|\
* | Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to ld, cc, ↵Gravatar Joey Hess2015-08-19
| | | | | | | | | | | | | | | | and cpp. As a result of the Makefile changes, the Debian package is built with various hardening options. Although their benefit to a largely haskell program is unknown.
| * (no commit message)Gravatar https://me.yahoo.com/a/aMQG8Dgn35w1KhItNb2j1vtCQaIhEEY-#80cbd2015-08-19
| |
| * Added a commentGravatar anarcat2015-08-19
| |
* | typoGravatar Joey Hess2015-08-19
|/
* responseGravatar Joey Hess2015-08-19
|
* commentGravatar Joey Hess2015-08-19
|
* Added a comment: clarificationsGravatar anarcat2015-08-19
|
* forwardedGravatar Joey Hess2015-08-19
|
* move commentGravatar Joey Hess2015-08-19
|
* responseGravatar Joey Hess2015-08-19
|
* Fix reversion in init when ran as root, introduced in version 5.20150731.Gravatar Joey Hess2015-08-19
|
* tag moreinfoGravatar Joey Hess2015-08-19
|
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
|
* paste from relevant man pageGravatar Joey Hess2015-08-19
|
* wrote ut issueGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a2015-08-19
|
* Added a commentGravatar bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb32015-08-19
|
* Added a comment: design phase onlyGravatar https://id.koumbit.net/anarcat2015-08-18
|
* more details and questionsGravatar https://id.koumbit.net/anarcat2015-08-18
|
* add the date this was addedGravatar https://id.koumbit.net/anarcat2015-08-18
|
* weird dumb question maybe?Gravatar https://id.koumbit.net/anarcat2015-08-18
|
* add more related softwareGravatar anarcat2015-08-18
|
* link to notGravatar anarcat2015-08-18
|
* like to relatedGravatar anarcat2015-08-18
|
* Added a comment: link to the filesGravatar konubinix2015-08-18
|
* Added a comment: recollGravatar konubinix2015-08-18
|
* Added a comment: Not sure what is wrong... looks like `glacier` might be ↵Gravatar forbesmyester@2cec261fa984ee168bdbad63665c58953963c10e2015-08-18
| | | | called wrongly.
* Added a commentGravatar bgilbert@a0c64716cf22216de5eeb15a5ca4f009164c8fb32015-08-18
|
* Added a comment: Never mindGravatar jason@bbebec708d192ae9848ef6d0c6983e2b37127df12015-08-17
|
* Avoid building the assistant on the hurd, since an inotify equivilant is not ↵Gravatar Joey Hess2015-08-17
| | | | | | | yet implemented in git-annex for the hurd. Note that https://github.com/haskell/hackage-server/issues/269 is fixed, so hopefully I can upload this to hackage this time.
* doneGravatar Joey Hess2015-08-17
|
* make whereis show urls when web remote does not have contentGravatar Joey Hess2015-08-17
| | | | This is needed when external special remotes register an url for a key.
* External special remotes can now be built that can be used in readonly mode, ↵Gravatar Joey Hess2015-08-17
| | | | | | | | | | | | | | | | | where git-annex downloads content from the remote using regular http. Note that, if an url is added to the web log for such a remote, it's not distinguishable from another url that might be added for the web remote. (Because the web log doesn't distinguish which remote owns a plain url. Urls with a downloader set are distinguishable, but we're not using them here.) This seems ok-ish.. In such a case, both remotes will try to use both urls, and both remotes should be able to. The only issue I see is that dropping a file from the web remote will remove both urls in this case. This is not often done, and could even be considered a feature, I suppose.