summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-13 12:38:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-13 12:38:01 -0400
commitb0735f67b51b49ecebfd1cc52b9f34547a3f09f3 (patch)
tree760e23ca34b38388b163acc1c0c66fc4abf574e4
parent7c0df1f9205d1cd8df09cbad40dfa20a490dad2b (diff)
changelog for fix
-rw-r--r--debian/changelog2
-rw-r--r--doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment11
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1002ce89f..46aae45a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,8 @@ git-annex (6.20151219) UNRELEASED; urgency=medium
of metadata containing a slash or backslash.
* When annex.http-headers is used to set the User-Agent header, avoid
sending User-Agent: git-annex
+ * Windows: Fix rsync cross-drive hack to work with msys2 rsync.
+ Thanks, Pieter Kitslaar.
-- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 13:31:17 -0400
diff --git a/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment b/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment
new file mode 100644
index 000000000..d5d6f1099
--- /dev/null
+++ b/doc/forum/__34__git_annex_get__34___on_windows_fails_with_rsync_error/comment_5_24782f9b1012a2935466ac358acea97b._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2016-01-13T16:29:42Z"
+ content="""
+rsync thinks that "C:foo" is the file foo on host C. This makes it not
+usable cross-drive on windows without some hack.
+
+So, this hack broke when the bundled rsync build was changed from the cygwin
+build to the msys build. I'll apply pkitslaar's patch.
+"""]]