]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ap/credential-clear-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2024 22:55:52 +0000 (15:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jun 2024 22:55:53 +0000 (15:55 -0700)
Upon expiration event, the credential subsystem forgot to clear
in-core authentication material other than password (whose support
was added recently), which has been corrected.

* ap/credential-clear-fix:
  credential: clear expired c->credential, unify secret clearing


Trivial merge