summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-17 15:57:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-17 15:57:13 -0400
commitfc2b628fefcb0fcd86720e4dfca54bdee4538c63 (patch)
treedaf3eb5f1d56343a30ea8aa6576009bfdaee44e3
parent3748de5779cc227bf8568d0b95ccf99f353bd66a (diff)
note on behavior change
-rw-r--r--doc/devblog/day_239-240__bittorrent_remote.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devblog/day_239-240__bittorrent_remote.mdwn b/doc/devblog/day_239-240__bittorrent_remote.mdwn
index a5fa164ae..771a01fa5 100644
--- a/doc/devblog/day_239-240__bittorrent_remote.mdwn
+++ b/doc/devblog/day_239-240__bittorrent_remote.mdwn
@@ -9,3 +9,8 @@ bittornado). I looked into using
<http://hackage.haskell.org/package/torrent> instead,
but that package is out of date and doesn't currently build. I've got a
patch fixing that, but am waiting to hear back from the library's author.
+
+There is a bit of a behavior change here; while before `git annex adurl` of
+a torrent file would add the torrent file itself to the repository, it now will
+download and add the contents of the torrent. I think/hope this behavior
+change is ok..