core-agent-ide/codex-rs/utils
Thibault Sottiaux a59052341d
fix: parse git apply paths correctly (#8824)
Fixes apply.rs path parsing so 
- quoted diff headers are tokenized and extracted correctly, 
- /dev/null headers are ignored before prefix stripping to avoid bogus
dev/null paths, and
- git apply output paths are unescaped from C-style quoting.

**Why**
This prevents potentially missed staging and misclassified paths when
applying or reverting patches, which could lead to incorrect behavior
for repos with spaces or escaped characters in filenames.

**Impact**
I checked and this is only used in the cloud tasks support and `codex
apply <task_id>` flow.
2026-01-07 13:00:31 +00:00
..
absolute-path feat: load ExecPolicyManager from ConfigLayerStack (#8453) 2025-12-22 17:24:17 -08:00
cache chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
cargo-bin feat: introduce codex-utils-cargo-bin as an alternative to assert_cmd::Command (#8496) 2025-12-23 19:29:32 -08:00
git fix: parse git apply paths correctly (#8824) 2026-01-07 13:00:31 +00:00
image chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
json-to-toml chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
pty feat: fallback unified_exec to shell_command (#8075) 2025-12-17 10:29:45 +00:00
readiness fix: fix readiness subscribe token wrap-around (#8770) 2026-01-06 13:09:02 +00:00
string chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00