pub async fn commit_count_since(repo_dir: &Path, since_ref: &str) -> Result<u32>
Count commits between a ref and HEAD.