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

Add "file-not" attribute for negating patterns #1

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

Problem being solved

It's hard to negate patterns in regex but sometimes you clearly want all, except a certain pattern.

Proposal

Add --files-not to cli and to BaseOptions so that changes and ownership analysers ignore files that matches it