From 7696fc9a918a20276bf941ad2ad7dd1c1e83c133 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 30 Dec 2019 14:50:15 -0400 Subject: [PATCH] add news item for git-annex 7.20191230 --- doc/news/version_7.20191230.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/news/version_7.20191230.mdwn diff --git a/doc/news/version_7.20191230.mdwn b/doc/news/version_7.20191230.mdwn new file mode 100644 index 0000000000..c25be5a6bb --- /dev/null +++ b/doc/news/version_7.20191230.mdwn @@ -0,0 +1,25 @@ +git-annex 7.20191230 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * 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%. + * Added build dependency on the filepath-bytestring library. + * Fixed an oversight that had always prevented annex.resolvemerge + from being honored, when it was configured by git-annex config. + * annex.largefiles can be configured by git-annex config, + to more easily set a default that will also be used by clones, + without needing to shoehorn the expression into the gitattributes file. + The git config and gitattributes override that. + * annex.addunlocked can be set to an expression with the same format used by + annex.largefiles, when you want to default to unlocking some files but + not others. + * annex.addunlocked can be configured by git-annex config. + * git-annex-config --set/--unset: No longer change the local git config + setting, except for in the special case of annex.securehashesonly. + * Improve file ordering behavior when one parameter is "." and other + parameters are other directories. + * smudge bugfix: When annex.largefiles=anything, files that were already + stored in git, and have not been modified could sometimes be converted + to being stored in the annex. Changes in 7.20191024 made this more + of a problem. This case is now detected and prevented."""]] \ No newline at end of file