summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-27 16:29:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-27 16:29:31 -0400
commit1ebb337a82531ef15e867ff3012bce436ab05d10 (patch)
tree07e33e8871d42015f13636bc1d89359cce100170 /doc/bugs
parent3fb0373bcca4b984101072ff5d7ea0073521fefc (diff)
rsync: Fix bug introduced in last release that broke encrypted rsync special remotes.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Can__39__t_transfer_files_to_rsync_remote_with_encryption__61__shared.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_transfer_files_to_rsync_remote_with_encryption__61__shared.mdwn b/doc/bugs/Can__39__t_transfer_files_to_rsync_remote_with_encryption__61__shared.mdwn
index 1edefa901..31f37f6e5 100644
--- a/doc/bugs/Can__39__t_transfer_files_to_rsync_remote_with_encryption__61__shared.mdwn
+++ b/doc/bugs/Can__39__t_transfer_files_to_rsync_remote_with_encryption__61__shared.mdwn
@@ -48,3 +48,7 @@ Here's the output with `--debug`:
I'm using git-annex 3.20121127. I think I was able to transfer files to that remote with the previous release.
Any idea how to fix this? Am I doing something wrong?
+
+> Damn. This was a completely stupid bug, calling "decrypt" where it was
+> supposed to call "encrypt". [[done]] in git; I'll have to
+> make a new release to fix this. --[[Joey]]