Expand description
Unified diff generation utilities that compare blobs/trees, map deltas back to line numbers, and emit Myers-based unified diffs for Git objects while guarding against pathological inputs.
Structs§
Enums§
- Diff
Operation - Diff line operation types primarily used by blame computation to map parent/child lines.
Functions§
- compute_
diff - Compute Myers diff operations for blame/line-mapping scenarios.