summaryrefslogtreecommitdiff
path: root/doc/special_remotes/ipfs.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-05 13:50:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-05 13:50:15 -0400
commitf3958ecd07765975e4ea3d500cdc9694ad595d5e (patch)
treefeac52e85c2809dbb85de05496c87ecd767adcc8 /doc/special_remotes/ipfs.mdwn
parentc80bd8d1c3993312dd36888d81bd80b48584fb2d (diff)
Added SETURIPRESENT and SETURIMISSING to external special remote protocol
Useful for things like ipfs that don't use regular urls. An external special remote can add a regular url to a key, and then git-annex get will download it from the web. But for ipfs, we want to instead tell git-annex that the uri uses OtherDownloader. Before this change, the external special remote protocol lacked a way to do that.
Diffstat (limited to 'doc/special_remotes/ipfs.mdwn')
-rw-r--r--doc/special_remotes/ipfs.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/special_remotes/ipfs.mdwn b/doc/special_remotes/ipfs.mdwn
index 42e92fde7..5a31a2528 100644
--- a/doc/special_remotes/ipfs.mdwn
+++ b/doc/special_remotes/ipfs.mdwn
@@ -7,8 +7,7 @@ keep your data safe while you're using ipfs.
## prerequisites
-* git-annex version 5.20141219 or newer, which has [[external]] special remote
- support.
+* git-annex version 5.20150305 or newer.
* Install [[external/git-annex-remote-ipfs]] somewhere in PATH
and `chmod +x` the script.
* Install [go-ipfs](https://github.com/jbenet/go-ipfs) somewhere in PATH.