changelog for fix

This commit is contained in:
Joey Hess 2016-01-13 12:38:01 -04:00
parent 2aa3e73de1
commit 07e57ca6bc
Failed to extract signature
2 changed files with 13 additions and 0 deletions

2
debian/changelog vendored
View file

@ -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

View file

@ -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.
"""]]