Skip to main content

Crate argus_gitpulse

Crate argus_gitpulse 

Source
Expand description

Git history analysis: hotspots, temporal coupling, and knowledge silos.

Mines git history using git2 to detect high-churn hotspots, temporally coupled files, and knowledge silos (bus factor) to identify fragile code areas that deserve extra review attention.

Modules§

coupling
Temporal coupling detection.
hotspots
Churn × complexity hotspot detection.
mining
Git history extraction via git2.
ownership
Knowledge silo and bus factor analysis.