From 1ed90cb75ec72cf14a774255149d8a696df932f9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 Sep 2022 12:52:00 -0400 Subject: [PATCH] improve wording --- CHANGELOG | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a2e4af40ac..289199927b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,8 +8,7 @@ git-annex (10.20220823) UNRELEASED; urgency=medium * When accessing a git remote over http needs a git credential prompt for a password, cache it for the lifetime of the git-annex process, rather than repeatedly prompting. - * Use curl for downloads from git remotes when annex.url-options - and other git configs are set. + * Use curl for downloads from git remotes when annex.url-options is set. * Fix a reversion that made dead keys not be skipped when operating on all keys via --all or in a bare repo. (Introduced in version 8.20200720)