From 213185c7881c99796ac1f7341af201807da16891 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 24 Jan 2022 15:00:55 -0400 Subject: [PATCH] clarify --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8ff21c3bb9..c6468a020a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,9 +9,9 @@ git-annex (10.20220121) UNRELEASED; urgency=medium upgrade, in order to allow time for any old git-annex processes that are not aware of the locking change to finish. Or git-annex upgrade can be used to upgrade to v10 immediately. - * In v9, set filter.annex.process. This makes git add/checkout faster when - there are a lot of unlocked annexed files or non-annexed files, but can - also makes git add of large files to the annex somewhat slower. + * In v9 upgrade, set filter.annex.process. This makes git add/checkout faster + when there are a lot of unlocked annexed files or non-annexed files, but can + also make git add of large files to the annex somewhat slower. If this tradeoff does not work for your use case, you can still unset filter.annex.process. * export: When a non-annexed symlink is in the tree to be exported, skip it.