Query how many diff deltas are there in a diff filtered by type.
This works just like git_diff_entrycount() with an extra parameter that is a git_delta_t and returns just the count of how many deltas match that particular type.
A git_diff generated by one of the above functions
A git_delta_t value to filter the count
Count of number of deltas matching delta_t type
See Implementation
Query how many diff deltas are there in a diff filtered by type.
This works just like git_diff_entrycount() with an extra parameter that is a git_delta_t and returns just the count of how many deltas match that particular type.