What this developer tool does
Inspect a Git patch without applying it. The analyzer summarizes changed paths, hunk ranges, added and deleted lines, file modes, renames, binary notices, and email-style patch headers. Its output is meant for review and triage, not for changing the working tree.
Parses diff headers and unified hunks while excluding metadata lines from addition and deletion totals.
The parser does not verify that a patch will apply cleanly against a particular repository or base commit.