From b75ebfc8d4ed06dc6b3d79358e7aa068988dc490 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Dec 2014 15:57:13 -0400 Subject: [PATCH] note on behavior change --- doc/devblog/day_239-240__bittorrent_remote.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/devblog/day_239-240__bittorrent_remote.mdwn b/doc/devblog/day_239-240__bittorrent_remote.mdwn index a5fa164ae6..771a01fa55 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 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..