]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The extra batch to update credenthal helpers
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Aug 2023 16:52:28 +0000 (09:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Aug 2023 16:52:28 +0000 (09:52 -0700)
These two topics did not see much interest and reviews while they
were on 'next'; let's "inflict" them to the general public and see
if anybody screams, which is much less nicer way than to merge
only topics that are well reviewed down in an orderly manner, but
that is the only thing we can do to these topics without any
development community help.

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

index 02309b675fb2d413dbb1d1c9adafee692c92c6a7..6cad6596057c681b7b0f0f6b407159a2d20908f5 100644 (file)
@@ -15,6 +15,13 @@ UI, Workflows & Features
  * "git cmd -h" learned to signal which options can be negated by
    listing such options like "--[no-]opt".
 
+ * The way authentication related data other than passwords (e.g.
+   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.
+
 
 Performance, Internal Implementation, Development Support etc.