zed/crates/action_log
Cole Miller ccae8950de
Use diff summary for action log stats instead of iterating hunks (#61272)
The diff already has a constant-time accessor to get the counts of
added/removed rows, use that instead of iterating hunks on the
foreground.

Release Notes:
- Improved performance in agent threads with many file changes.
2026-07-20 16:17:02 +00:00
..
src Use diff summary for action log stats instead of iterating hunks (#61272) 2026-07-20 16:17:02 +00:00
Cargo.toml action_log: Accept deleted hunks after commit (#56892) 2026-05-15 16:27:14 +00:00
LICENSE-GPL Pull action_log into its own crate (#35959) 2025-08-10 21:57:55 +00:00