ejwa / gitinspector

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

Inconsistent behavior with -f "**" #95

Closed adam-waldenberg closed 8 years ago

adam-waldenberg commented 8 years ago

Running the following two commands:

./gitinspector.py -f "**" ./gitinspector -f "*,1,cfg,cpp,css,footer,header,html,in,md,po,pot,py,template,tex,txt"

... on the gitinspector repository, should be generating the same report.

However, the first is including some binary files in the analysis (this can be seen when supplying -r). Those binary files should not be part of the analysis and need to be skipped.

adam-waldenberg commented 8 years ago

It's probably a good idea to get this fixed so I'm pushing this up to an additional intermediate release in the 0.4.x series.

adam-waldenberg commented 8 years ago

This should be taken care of now.