]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge