Files
Woohyun Park 43593366dd fix(patching): support non-ASCII patch paths (#13802)
Pass core.quotePath=false when patch-commit asks Git to diff the extracted and edited package directories. Otherwise Git C-quotes non-ASCII arguments in diff headers, preventing pnpm from normalizing and parsing its own generated patch.

Mirror the option and regression coverage in the TypeScript CLI and the Rust pnpm port.

Closes pnpm/pnpm#13801.
2026-08-17 15:29:01 +02:00
..