Files
gbrain/test
Garry TanandClaude Fable 5 e2fc3df9fe fix(git-remote): resolve relative pull origins against the repo dir, matching git -C
isTrustedLocalOrigin realpath'd a relative origin against process.cwd(),
but `git -C repoPath pull` resolves relative file remotes against the
repo dir — the containment guard was checking a different path than the
one git actually pulls. Resolve relative origins against repoPath before
the realpath containment check. Regression test mutation-checked (fails
on the cwd-based resolution).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-22 11:55:24 -07:00
..