Expand description
git --name-status / untracked parsing — a faithful port of git-parsing.ts.
The is_doc_path filter (docs/ + .md/.svx) belongs to the worktree/P5
path; P2’s report.rs reads a single known doc path and does not depend on
it. The port stays faithful (including .svx support) for P5 reuse.
Structs§
Functions§
- parse_
name_ status - Parse
git diff --name-statusoutput into doc-file change entries. - parse_
untracked_ docs - Parse
git ls-files --othersoutput, keeping only doc paths.