git_diff_stats_files_changed

Get the total number of files changed in a diff

extern (C) nothrow @nogc
size_t
git_diff_stats_files_changed

Parameters

stats const(.git_diff_stats)*

A git_diff_stats generated by one of the above functions.

Return Value

Type: size_t

total number of files changed in the diff

Meta