Expand description
Git diff capture.
Shells out to git rather than linking libgit2 / gitoxide. Shelling
out inherits the user’s config (rename detection, diff filters, pager-off)
and avoids a heavy native dep — which matters for a CLI that’s expected to
run on every developer machine.
Structs§
Enums§
Functions§
- git_
diff - Capture the diff for
root.