You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix proxy-verifier storage for git worktrees (#12686)
PR #12664 changed proxy-verifier storage to be in
${CMAKE_SOURCE_DIR}/.git. Sadly, this fails in git worktrees where .git
is a file pointing to the actual git directory. Use git rev-parse
--git-common-dir to dynamically detect the correct git directory, which
works for both regular repositories and worktrees. This ensures
proxy-verifier binaries are stored in a shared location accessible to
all worktrees.
0 commit comments