Skip to main content

Module state

Module state 

Source
Expand description

Git status — git status --porcelain -z parsing.

Pure data model — no terminal I/O. Consumed by the git TUI overlay.

Structs§

StatusEntry
One entry parsed from git status --porcelain -z.

Functions§

parse_status_porcelain_z
Parse the raw bytes of git status --porcelain -z into StatusEntrys.