git_diff_get_stats

Accumulate diff statistics for all patches.

extern (C) nothrow @nogc
int
git_diff_get_stats

Parameters

out_ .git_diff_stats**

Structure containg the diff statistics.

diff .git_diff*

A git_diff generated by one of the above functions.

Return Value

Type: int

0 on success; non-zero on error

Meta