From 083140079e6b9efc234a76f6422e926189443821 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 3 Aug 2025 14:39:09 -0700 Subject: [PATCH] feat: remove current local head lock --- 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 c3b34a2..db19ade 100644 --- a/joint_teapot/workers/git.py +++ b/joint_teapot/workers/git.py @@ -103,6 +103,7 @@ class Git: "logs/HEAD.lock", "packed-refs.lock", "config.lock", + f"refs/heads/{current_branch}.lock", f"refs/remotes/origin/{current_branch}.lock", ] for lock_file in lock_files: