... 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.
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.