summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-02 13:08:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-02 13:08:33 -0400
commit6d61067599142af3eb520527589b0adfbf45867d (patch)
tree5c0ec323e6598e8a11e33ba0591dc1b9f0eb38eb /debian
parent17fd57bd818931532eda1892f23e0998ad0110d5 (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')
-rw-r--r--debian/changelog10
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.