ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.34k stars 324 forks source link

Add a row about Total commits/insertions/deletions for all the authors #204

Open danilovesky opened 4 years ago

danilovesky commented 4 years ago

Currently the main statistics table looks as follows:

The following historical commit information, by author, was found in the repository:

Author           Commits    Insertions      Deletions    % of changes
author 1              24           564             59            10.2
author 2              21           276             97            30.2

It would be useful to add an extra row summarising the total changes for all the authors, e.g. like this (with the whole Total row being highlighted the same way as the table header):

The following historical commit information, by author, was found in the repository:

Author           Commits    Insertions      Deletions    % of changes
author 1              24           564             59            60.2
author 2              21           276             97            38.8
Total                 45           840            147             100

Note that there is an empty row in HTML output that can hold this additional information.

adam-waldenberg commented 4 years ago

Thank you @danilovesky. Will add this to the todo list.