This commit is contained in:
Joey Hess 2016-03-14 16:45:27 -04:00
parent 231a914018
commit 13f4af5d33
Failed to extract signature

4
debian/changelog vendored
View file

@ -14,8 +14,8 @@ git-annex (6.20160230) UNRELEASED; urgency=medium
* Always try to thaw content, even when annex.crippledfilesystem is set.
* Correct git-annex info to include unlocked files in v6 repository.
* Sped up git-annex add in direct mode and v6 by using
git hash-object --batch.
* Sped up git-annex merge by using git hash-object --batch.
git hash-object --stdin-paths.
* Sped up git-annex merge by using git hash-object --stdin-paths.
-- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 13:00:30 -0400