ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Similar to --exclude, add an --include option

danieldietsch opened this issue · comments

It would be nice if one could specify which paths to include in stat generation, and simply exclude everything else.

So you mean if I only wanted to include things from projectname/ I would add
-x "file:^(projectname/)" as flag?