From 718fa83da64b2881b18e2dfe134b3c8991c7e607 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2019 11:46:55 -0400 Subject: [PATCH] mention optimisations --- CHANGELOG | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c762e7ec65..66ae7e8bdc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,13 @@ git-annex (7.20191115) UNRELEASED; urgency=medium + * Sped up many git-annex commands that operate on many files, by + using ByteStrings. Some commands like find got up to 60% faster. * Sped up many git-annex commands that operate on many files, by avoiding reserialization of keys. - find is 7% faster; whereis is 3% faster; and git-annex get when - all files are already present is 5% faster + find got 7% faster; whereis 3% faster; and git-annex get when + all files are already present got 5% faster + * Sped up many git-annex commands that query the git-annex branch. + In particular whereis got 1.5% faster. * Stop displaying rsync progress, and use git-annex's own progress display for local-to-local repo transfers. * git-lfs: The url provided to initremote/enableremote will now be