jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
821 stars 100 forks source link

GitCommit object now contains diff stats information #334

Closed jorisroovers closed 2 years ago

jorisroovers commented 2 years ago

GitCommit now contains a new changed_files_stats attribute which is a dictionary mapping changed file paths to a corresponding GitChangedFileStats object which contains the number of additions and deletions in that file.

This implements #314