Skip to main content

Module git

Module git 

Source
Expand description

Git repository analysis — file history, commit metadata, and code-documentation coupling detection.

Re-exports§

pub use analysis::GitAnalyzer;
pub use analysis::GitError;
pub use analysis::GitFileInfo;
pub use coupling::CouplingDetector;
pub use coupling::CouplingIssue;

Modules§

analysis
Git file analysis — per-file commit history, authorship, and staleness metadata.
coupling
Code-documentation coupling detection — finds docs that lag behind their referenced source files.