diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-02 13:08:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-02 13:08:33 -0400 |
commit | 6d61067599142af3eb520527589b0adfbf45867d (patch) | |
tree | 5c0ec323e6598e8a11e33ba0591dc1b9f0eb38eb /debian/changelog | |
parent | 17fd57bd818931532eda1892f23e0998ad0110d5 (diff) |
rsync shellescape disable option
Rsync special remotes can be configured with shellescape=no to avoid shell
quoting that is normally done when using rsync over ssh. This is known to
be needed for certian rsync hosting providers (specificially
hidrive.strato.com) that use rsync over ssh but do not pass it through the
shell.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 27a6bab2b..033b739de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +git-annex (3.20120431) UNRELEASED; urgency=low + + * Rsync special remotes can be configured with shellescape=no + to avoid shell quoting that is normally done when using rsync over ssh. + This is known to be needed for certian rsync hosting providers + (specificially hidrive.strato.com) that use rsync over ssh but do not + pass it through the shell. + + -- Joey Hess <joeyh@debian.org> Wed, 02 May 2012 13:06:18 -0400 + git-annex (3.20120430) unstable; urgency=low * Fix use of annex.diskreserve config setting. |