tokmd-git
Git history and diff helpers for tokmd.
Problem
Use this crate when you need commit history, touched files, or stable range handling without pulling in libgit2.
What it gives you
git_availableandrepo_rootcollect_historyget_added_linesrev_existsandresolve_base_refGitRangeModewithTwoDotandThreeDotclassify_intent
Quick use / integration notes
[]
= { = true }
This crate shells out to git, streams log output, and keeps range handling
deterministic.
Go deeper
Tutorial: Root README How-to: Recipes Reference: Source Explanation: Architecture