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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ad9f3b672..cd8387987 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |