Compute diff between two git refs (matching TS `Snapshot.diffFull`). Runs `git diff --numstat --no-renames -- .` to get per-file addition/deletion counts, then `git diff --name-status --no-renames -- .` to determine whether each file was added, deleted, or modified.
(directory: &Path, from: &str, to: &str)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected