]> git.ipfire.org Git - thirdparty/git.git/commitdiff
RelNotes: improve wording of credential helper notes
authorTodd Zullinger <tmz@pobox.com>
Fri, 3 Nov 2023 14:17:51 +0000 (10:17 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Nov 2023 01:27:12 +0000 (10:27 +0900)
Offer a slightly more verbose description of the issue fixed by
7144dee3ec (credential/libsecret: erase matching creds only, 2023-07-26)
and cb626f8e5c (credential/wincred: erase matching creds only,
2023-07-26).

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.43.0.txt

index 3b4c0c804e531d8fc9c7c74d357ec520ca5d3e73..836fcb54333970d3837b27299ca1232816762532 100644 (file)
@@ -37,8 +37,9 @@ UI, Workflows & Features
    oath token and password expiration data) are stored in libsecret
    keyrings has been rethought.
 
- * Update two credential helpers to correctly match which credential
-   to erase; they dropped not the ones with stale password.
+ * Update the libsecret and wincred credential helpers to correctly
+   match which credential to erase; they erased the wrong entry in
+   some cases.
 
  * Git GUI updates.