Skip to main content

churn_since

Function churn_since 

Source
pub fn churn_since(since: &str) -> Result<HashMap<String, u32>>
Expand description

Count how many commits touched each file since since (a git log --since date spec, e.g. "6 months ago" or "2025-01-01").

Paths are relative to the current directory; only files under it are counted.