summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://christian.amsuess.com/chrysn <chrysn@web>2016-10-07 09:11:56 +0000
committerGravatar admin <admin@branchable.com>2016-10-07 09:11:56 +0000
commit38d546b5266a5fea4ba91380770581b41545bce3 (patch)
tree386bac7c90dcb4522e797411e4dd9539b10d617f
parentc53fe2010cbf6962ed5a711b4c2397bdaef97a23 (diff)
Added a comment: Re: attaching a torrent file to a downloaded and annexed directory
-rw-r--r--doc/special_remotes/bittorrent/comment_2_bccc7409111e4df4f4aab3b21fa4d321._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/special_remotes/bittorrent/comment_2_bccc7409111e4df4f4aab3b21fa4d321._comment b/doc/special_remotes/bittorrent/comment_2_bccc7409111e4df4f4aab3b21fa4d321._comment
new file mode 100644
index 000000000..56ac48bcc
--- /dev/null
+++ b/doc/special_remotes/bittorrent/comment_2_bccc7409111e4df4f4aab3b21fa4d321._comment
@@ -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).
+"""]]