add back changelog entry

This commit is contained in:
Joey Hess 2019-12-18 13:53:10 -04:00
parent c745fa2852
commit 1bc7055a21
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -4,6 +4,10 @@ git-annex (7.20191115) UNRELEASED; urgency=medium
and whereis that only report on the state of the repository. Commands and whereis that only report on the state of the repository. Commands
like get also sped up in cases where they have to check a lot of like get also sped up in cases where they have to check a lot of
files but only transfer a few files. Speedups range from 30-100%. files but only transfer a few files. Speedups range from 30-100%.
* 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
* Stop displaying rsync progress, and use git-annex's own progress display * Stop displaying rsync progress, and use git-annex's own progress display
for local-to-local repo transfers. for local-to-local repo transfers.
* git-lfs: The url provided to initremote/enableremote will now be * git-lfs: The url provided to initremote/enableremote will now be