Skip to main content

Module git_parsing

Module git_parsing 

Source
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§

NameStatusEntry

Functions§

parse_name_status
Parse git diff --name-status output into doc-file change entries.
parse_untracked_docs
Parse git ls-files --others output, keeping only doc paths.