Expand description
Reads git status --porcelain=v1 for the workspace subtree and reduces it
to the branch name plus added, modified, and deleted file counts.
The collector uses read-only git commands with optional locks disabled.
Structs§
- GitStatus
Item - One parsed porcelain status item.
- GitStatus
Summary - Bounded semantic summary of the workspace git state.
Enums§
- GitStatus
Kind - A changed-file category reported by
git status.
Functions§
- collect
- Collect a semantic status summary without changing the workspace.