]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/osxkeychain-skip-idempotent-store'
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2024 18:17:11 +0000 (11:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 May 2024 18:17:11 +0000 (11:17 -0700)
The credential helper that talks with osx keychain learned to avoid
storing back the authentication material it just got received from
the keychain.

* kn/osxkeychain-skip-idempotent-store:
  osxkeychain: state to skip unnecessary store operations
  osxkeychain: exclusive lock to serialize execution of operations


Trivial merge