Files
windmill/cli/test
hugocasaandClaude Opus 5 16a13d510e fix(cli): read the migration history with -z rather than core.quotePath
`core.quotePath=false` only stops git C-quoting non-ASCII bytes. A path holding
`"`, `\` or a control character comes back quoted regardless, so it still
matches nothing the caller holds and still reads as never recorded. `-z` emits
every path raw, NUL-separated, which covers all three.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-28 16:43:05 +02:00
..