summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-18 11:58:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-18 11:58:55 -0400
commited55a750d5255ac07bcd04adf4365a3255b3f605 (patch)
tree9f0ab63dd24208516c6815db8d22ce6717af2c58
parent15164588851fe65415a814630e0d00fdb28d5b92 (diff)
response
-rw-r--r--doc/bugs/extraneous_shell_escaping_for_rsync_remotes.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/extraneous_shell_escaping_for_rsync_remotes.mdwn b/doc/bugs/extraneous_shell_escaping_for_rsync_remotes.mdwn
index 5e2fac99d..0b292c5c9 100644
--- a/doc/bugs/extraneous_shell_escaping_for_rsync_remotes.mdwn
+++ b/doc/bugs/extraneous_shell_escaping_for_rsync_remotes.mdwn
@@ -2,3 +2,12 @@ When using `git annex get foo` where foo is available in a rsync remote with enc
find the required file but extra ' are here.
I attached a patch for this.
+
+> But you didn't, sadly. :(
+>
+> I don't seem to see the problem, set up a rsync over ssh with encryption
+> and sent over a file "foo", and then got it back from rsync, without
+> trouble.
+>
+> Ah, you're not using rsync over ssh, but just to a local directory,
+> right? --[[Joey]]