Windows: Fix several bugs in propigation of changes from the adjusted branch back to the master branch.

This commit is contained in:
Joey Hess 2016-05-04 13:06:09 -04:00
parent a9e8cf42d6
commit 4d88c7193b
Failed to extract signature
3 changed files with 15 additions and 0 deletions

2
debian/changelog vendored
View file

@ -10,6 +10,8 @@ git-annex (6.20160420) UNRELEASED; urgency=medium
Thanks, freewheelinfranks.
* Added DIRHASH-LOWER to external special remote protocol.
* git-annex.cabal: Add Setup-Depends.
* Windows: Fix several bugs in propigation of changes from the adjusted
branch back to the master branch.
-- Joey Hess <id@joeyh.name> Thu, 28 Apr 2016 13:17:04 -0400

View file

@ -65,3 +65,4 @@ Well, git-annex is wonderful!
I use it to sync binary files across linux boxes, I use it for binary distro packages I compile for myself, for my calibre books, pictures, movies... and I'm very happy with it on linux.
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-05-04T17:03:57Z"
content="""
There were several places in the adjusted branch code that made unix
filename assumptions. I think I've fixed them all now; it seems to work
well on windows in my testing now.
You should be able to grab an updated windows build from the windows
autobuilder within the hour.
"""]]