aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2023-11-03 10:17:51 -0400
committerJunio C Hamano <gitster@pobox.com>2023-11-07 10:27:12 +0900
commit8be77c5de65442b331a28d63802c7a3b94a06c5a (patch)
tree5f84c4c4d899d40464f15668acdc847dd931e0b5 /Documentation/RelNotes
parent7bac6a4b1b1ca00faaf6e67580b3157618ffaa68 (diff)
downloadgit-8be77c5de65442b331a28d63802c7a3b94a06c5a.tar.gz
RelNotes: improve wording of credential helper notes
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>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 3b4c0c804e..836fcb5433 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -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.