ejwa / gitinspector

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

gitinspector doesn't work Atlassian Stash repository #84

Closed EvanChanSLA closed 8 years ago

EvanChanSLA commented 8 years ago

Hi,

First, I want to thank you for creating this tool. I am able to run this tool on GITHUB but when I ran this tool on Stash repo that I cloned, it didn't show all the authors associated with commits. We have over 15 authors but it only shows 2 authors. The GITHUB repos seems to show everyone on it.

Please advise.

Thanks in advance, Evan

adam-waldenberg commented 8 years ago

Duplicate of issue #75. Please refer to that issue. Gitinspector filters out commits from the statistics based on file type and content. If they are not showing up, they have probably not committed any commits that gitinspector considers valid.

Use "-l" to see what file types are used and detected by gitinspector. Use "-f" to modify the list of scanned/included file types. Make sure to read through the complete Documentation.

An entry in the FAQ is probably in order, as this question has been asked twice in a very short time. I'll look into adding that.