Improved locking when multiple git-annex processes are writing to the .git/index file

This commit is contained in:
Joey Hess 2019-05-06 15:15:12 -04:00
parent 4bc99e4c21
commit b03e65d260
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 18 additions and 21 deletions

View file

@ -9,3 +9,5 @@ at a time. That locking is handled in `Annex.Queue.flush'` using a
semaphore.
Seems that it would be better to use a lock file. --[[Joey]]
> [[done]] --[[Joey]]