- git-annex (7.20191115) UNRELEASED; urgency=medium
++git-annex (7.20191219) UNRELEASED; urgency=medium
+
+ * Optimised processing of many files, especially by commands like find
+ 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
+ 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
- for local-to-local repo transfers.
++ * Added build dependency on the filepath-bytestring library.
++
++ -- Joey Hess <id@joeyh.name> Wed, 18 Dec 2019 15:12:40 -0400
++
+ git-annex (7.20191218) upstream; urgency=medium
+
* git-lfs: The url provided to initremote/enableremote will now be
stored in the git-annex branch, allowing enableremote to be used without
an url. initremote --sameas can be used to add additional urls.