Expand description
Git status — git status --porcelain -z parsing.
Pure data model — no terminal I/O. Consumed by the git TUI overlay.
Structs§
- Status
Entry - One entry parsed from
git status --porcelain -z.
Functions§
- parse_
status_ porcelain_ z - Parse the raw bytes of
git status --porcelain -zintoStatusEntrys.