Files
codex/codex-rs/apply-patch
viyatb-oai a1c88e865d Reject duplicate resolved paths in apply_patch (#37867)
## What changed

- Reject patches containing multiple operations whose paths resolve to the same file, such as `duplicate.txt` and `./duplicate.txt`.
- Preserve support for patches that update multiple distinct files.

## Testing

- Add CLI integration coverage for distinct updates and duplicate resolved paths.

GitOrigin-RevId: 0fb7f69ae31acc5c677268ffd9e38ad8d8314276
2026-08-10 18:44:58 +00:00
..