Files
codex/codex-rs
Charlie Marsh c86b1be3cd Avoid cloning file changes in TUI diff rendering (#34224)
## What changed

- Consume and sort `DiffSummary` entries directly when building renderables.
- Borrow paths and `FileChange` values in the shared row representation used by line-based summaries.
- Share line-count calculation between both rendering paths.

GitOrigin-RevId: b02668074def7529ff39445e9970a1fec209f02b
2026-07-19 20:20:23 +00:00
..