]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mh/ref-lock-entry'
authorJunio C Hamano <gitster@pobox.com>
Sun, 27 Aug 2017 05:55:09 +0000 (22:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Aug 2017 05:55:09 +0000 (22:55 -0700)
The code to acquire a lock on a reference (e.g. while accepting a
push from a client) used to immediately fail when the reference is
already locked---now it waits for a very short while and retries,
which can make it succeed if the lock holder was holding it during
a read-only operation.

* mh/ref-lock-entry:
  refs: retry acquiring reference locks for 100ms

1  2 
Documentation/config.txt
refs.c
refs/files-backend.c
refs/refs-internal.h

Simple merge
diff --cc refs.c
Simple merge
Simple merge
Simple merge