flaviostutz / gitwho

Inspects a git repository and gives insights about developers around code ownership, churn, refactorings, new codes and people that help others.
MIT License
5 stars 1 forks source link

Option to limit the number of authors in results for changes, ownership and ownership-timeline #22

Open flaviostutz opened 1 year ago

flaviostutz commented 1 year ago

Problem being solved

Large repositories often have hundreds of authors that did very small changes, but these get mixed with the regular authors, crowding graphs and outputs.

Proposal

Create option --authors-limit that accepts the number of authors to include in results (affecting text and graph outputs)