I'm looking for a way to capture how many lines have changed in each file in my working directory - like git diff --stat
in git - is there a way to do this with LibGit2Sharp?
I know I can get total LinesAdded/Deleted from a Patch, but I'm wondering on a file by file basis.