Skip to main content

Crate tokmd_git

Crate tokmd_git 

Source
Expand description

§tokmd-git

Tier 2 (Utilities)

Streaming git log adapter for tokmd analysis. Collects commit history without loading the entire history into memory.

§What belongs here

  • Git history collection
  • Commit parsing (timestamp, author, affected files)
  • Streaming interface

§What does NOT belong here

  • Analysis computation (use tokmd-analysis)
  • Git history modification
  • Complex git operations (use git2 crate directly if needed)

Structs§

GitCommit

Functions§

collect_history
git_available
repo_root