]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sa/credential-store-timeout'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Nov 2020 22:49:45 +0000 (14:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Nov 2020 22:49:45 +0000 (14:49 -0800)
commit3d8f81f21bdce9e0472ae8921fab31e650030ecd
tree26c94bfd52a7d675970fb85213f8692eda69fa61
parentfa27e2d103704340d931c5c6670be39ef6a22368
parentdf7f915fb6fb28ea5a1e3103251c251e53a80b1b
Merge branch 'sa/credential-store-timeout'

Multiple "credential-store" backends can race to lock the same
file, causing everybody else but one to fail---reattempt locking
with some timeout to reduce the rate of the failure.

* sa/credential-store-timeout:
  crendential-store: use timeout when locking file