summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-02 15:03:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-02 15:03:44 -0400
commit441b138592c243beb3627c8aab5aafb12523ad05 (patch)
tree59096fdd2e2b1b71d569ed316ad42e394adc5546
parent392931eca9191117ae5c9d479fabab1e8ecaf8df (diff)
followup and close
-rw-r--r--doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn b/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn
index ab5eb7843..85e243382 100644
--- a/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn
+++ b/doc/bugs/Error___39__get__39__ting_files_from_rsync_remote__44___versions_3.20120315_and_3.20120430.mdwn
@@ -64,6 +64,8 @@ The rsync remote config in .git/config:
> says AFAICS) that the rsync protocol is only used if the url starts
> with `rsync://` or contains `::`.
>
+>> Nope, it is indeed using rsync over ssh as git-annex thought.
+>
> Hmm, I see that `hidrive.strato.com` is some kind of rsync provider?
> Perhaps they do something with rsync over ssh that
> avoids the need for shell quoting. For example, they might pass incoming
@@ -72,3 +74,6 @@ The rsync remote config in .git/config:
> about them would probably be useful then. Ie, do they really use rsync
> over ssh, is it really a `rsync.net` type rsync provider?
> --[[Joey]]
+>
+>> This was the case, and the shellescape=no config option has been added
+>> to rsync special remotes to deal with it. [[done]] --[[Joey]]