ejwa / gitinspector

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

Timeline with days per month(/week in -w mode) when author contributed #100

Open yarikoptic opened 8 years ago

yarikoptic commented 8 years ago

I wondered if it is possible to get a report which instead of amount of changes could just report in how many days of that month/week developer was contributing. I.e. simply a count from 0 to 31. Ideally there should also be an option to ignore merge commits. May be there could be an option to specify threshold of minimal amount of changes (in LOC) when to count a given day depending on amount of activity.

adam-waldenberg commented 8 years ago

Hi.

Merge commits are always ignored in gitinspector. Concerning the enhancement request; yes it might be useful to add the number of days contributed during a specific week/month. I think it would be best to just add that to the timeline view and show it together with the rest of the data.

A configurable threshold; maybe. I'm not crazy about adding additional options unless they are really necessary, so I'm leaning towards no on that one. If the number of rows modified during a week/month is also shown in the report, you would still get a somewhat clear picture of the size of the work.