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.