Windows: Fix v6 unlocked files to actually work.

Pointer files were not being treated as annex content, so "git annex get"
didn't replace them with the object.
This commit is contained in:
Joey Hess 2016-02-15 16:12:18 -04:00
parent dcf42949cb
commit f9d79d194b
Failed to extract signature
4 changed files with 19 additions and 10 deletions

1
debian/changelog vendored
View file

@ -13,6 +13,7 @@ git-annex (6.20160212) UNRELEASED; urgency=medium
present in annex/objects but didn't reach the work tree.
* When initializing a v6 repo on a crippled filesystem, don't force it
into direct mode.
* Windows: Fix v6 unlocked files to actually work.
-- Joey Hess <id@joeyh.name> Fri, 12 Feb 2016 14:03:46 -0400