diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-15 16:12:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-15 16:12:18 -0400 |
commit | e892768b0e63a9b64ecd6edbdb1021227b082973 (patch) | |
tree | 0cb09ecfc869e028182b59c21747da71c7033135 /Upgrade | |
parent | 81b98efabf922521bde4117ddab4bb36bd617b31 (diff) |
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.
Diffstat (limited to 'Upgrade')
-rw-r--r-- | Upgrade/V1.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs index 165d44912..90e1a62a0 100644 --- a/Upgrade/V1.hs +++ b/Upgrade/V1.hs @@ -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 |