pub fn get_mtime_activity(repo_path: &Path) -> Result<Option<SystemTime>>Expand description
Scan all source files in a repo and return the latest mtime.
Used as a fallback for empty repos (no commits). Excludes bloat directories
and the .git folder itself.