diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-26 13:03:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-26 13:03:25 -0400 |
commit | 3a8cf1f4bc7ddd9f063f2e2e7cf74ad093e0ef60 (patch) | |
tree | 09baadacf3ecc243b7104d60da4e0e8efdfc2ed2 /doc/todo | |
parent | b87811c4b55d66b1edb26c73e6578ca9f2994a65 (diff) |
Optimise non-bare http remotes; no longer does a 404 to the wrong url every time before trying the right url. Needs annex-bare to be set to false, which is done when initially probing the uuid of a http remote.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/http_git_annex_404_retry.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/http_git_annex_404_retry.mdwn b/doc/todo/http_git_annex_404_retry.mdwn index 38ab860bb..69680f0a1 100644 --- a/doc/todo/http_git_annex_404_retry.mdwn +++ b/doc/todo/http_git_annex_404_retry.mdwn @@ -14,3 +14,5 @@ always avoid this 404 problem. directory hashing, but that's been discussed elsewhere.) --[[Joey]] + +[[done]] |