changelog for fix
This commit is contained in:
parent
2aa3e73de1
commit
07e57ca6bc
2 changed files with 13 additions and 0 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -55,6 +55,8 @@ git-annex (6.20151219) UNRELEASED; urgency=medium
|
||||||
of metadata containing a slash or backslash.
|
of metadata containing a slash or backslash.
|
||||||
* When annex.http-headers is used to set the User-Agent header, avoid
|
* When annex.http-headers is used to set the User-Agent header, avoid
|
||||||
sending User-Agent: git-annex
|
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
|
-- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 13:31:17 -0400
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue