Files
pnpm/patching/plugin-commands-patching
Zoltan Kochan 0ae33cc01a fix(patch): use '/dev/null' instead of os.devNull for GIT_CONFIG_GLOBAL (#10757)
Git on Windows (Git for Windows / MSYS2) understands Unix-style
'/dev/null' but cannot access the native Windows null device '\\.\nul'
as a file path, causing "fatal: unable to access '\\.\nul'" errors.

This is a manual backport of the fix from #10757 on main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 23:02:51 +01:00
..
2026-02-24 00:36:58 +01:00
2026-02-24 00:36:58 +01:00

@pnpm/plugin-commands-patches

Commands for creating patches

Installation

pnpm add @pnpm/plugin-commands-patching

License

MIT