pub fn count_changes(repository: &Repository) -> Result<ChangeCounters, Error>
Expand description

Count changes in the working tree and index (staged area) of a repository.