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.
This commit is contained in:
parent
9b4b190739
commit
6045406deb
7 changed files with 32 additions and 6 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -29,6 +29,8 @@ git-annex (5.2015022) UNRELEASED; urgency=medium
|
|||
that contain unicode characters.
|
||||
* sync: Fix committing when in a direct mode repo that has no HEAD ref.
|
||||
(For example, a newly checked out git submodule.)
|
||||
* Added SETURIPRESENT and SETURIMISSING to external special remote protocol,
|
||||
useful for things like ipfs that don't use regular urls.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 19 Feb 2015 14:16:03 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue