Expand description
Shared git-shaped post-commit summary: the [<branch> <hash>] <subject> headline, the diffstat, and the create/delete mode
trailers. Used by commit / cherry-pick / revert / merge so their
human output matches git’s. All lines go to the caller-provided
writer (the commands route it to stderr, per mkit’s channel rule).
Enums§
- HeadRef
- Where HEAD points, for the summary headline.
Functions§
- print_
commit_ summary - Render git’s post-commit summary on
out: