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

View file

@ -13,6 +13,7 @@ import Data.Default
import Annex.Common
import Annex.Content
import Annex.Link
import Logs.Presence
import qualified Annex.Queue
import qualified Git