diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-14 15:58:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-14 15:58:46 -0400 |
commit | 90db9740d0d64b34f2e46f57f8aaca235088734c (patch) | |
tree | ac4d7e1b03bfcc337d02569acb87a1481f610746 /debian/changelog | |
parent | 9b29bd39c8dbf23bdf6930b51aba13992ccc49de (diff) |
Sped up git-annex add in direct mode and v6 by using git hash-object --batch.
Speeds up hashSymlink and hashPointerFile.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e2c13be40..d5b98c192 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ git-annex (6.20160230) UNRELEASED; urgency=medium lost in last release. * 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. -- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 13:00:30 -0400 |