]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/osxkeychain-idempotent-store-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:41 +0000 (15:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:41 +0000 (15:46 -0800)
An earlier check added to osx keychain credential helper to avoid
storing the credential itself supplied was overeager and rejected
credential material supplied by other helper backends that it would
have wanted to store, which has been corrected.

* kn/osxkeychain-idempotent-store-fix:
  osxkeychain: avoid incorrectly skipping store operation


Trivial merge