From 65a8a5d130f63cc5db860f19f50f921b0ace2843 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sun, 8 Jun 2025 22:21:03 -0400 Subject: [PATCH] feat: remove more locks --- joint_teapot/workers/git.py | 1 + 1 file changed, 1 insertion(+) diff --git a/joint_teapot/workers/git.py b/joint_teapot/workers/git.py index 858664c..8eddf62 100644 --- a/joint_teapot/workers/git.py +++ b/joint_teapot/workers/git.py @@ -98,6 +98,7 @@ class Git: "logs/HEAD.lock", "packed-refs.lock", "config.lock", + f"{checkout_dest}.lock", ] for lock_file in lock_files: lock_path = os.path.join(repo_dir, ".git", lock_file)