From 5c886aa97fe49738b1947f8d150d85034261a32b Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 22 May 2024 13:40:13 +0200 Subject: [PATCH] fix: assure refs are locked before reading them. This was always the intend, but it was never implemented that way. It's notable that on Windows special handling is needed to avoid creating a lock file with names that can't be created, merely in order to produce a better error message.