Added a comment: Re: attaching a torrent file to a downloaded and annexed directory

This commit is contained in:
http://christian.amsuess.com/chrysn 2016-10-07 09:11:56 +00:00 committed by admin
parent 31509c3796
commit 36d68a8f0a

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://christian.amsuess.com/chrysn"
nickname="chrysn"
subject="Re: attaching a torrent file to a downloaded and annexed directory"
date="2016-10-07T09:11:55Z"
content="""
wzhd, you can do `git annex addurl file:///full/path/to/file.torrent`. this has the downside of denoting a local file that may vanish or not be present at the same location in another checkout, but then again, same goes for http uris. (i'd rather like the torrent file or at least the info part thereof present in git or git-annex; adding the torrent with `addurl --raw` and then using its `file://` url at least gives all the data needed to use the torrent again).
"""]]