adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems

Home Page:http://www.adamtornhill.com/code/codemaat.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem analysing a gitlog file

IurySantos-i opened this issue · comments

When parsing the file
981_raw_gitlog.log
with the command " java -jar code-maat-1.0.4-standalone.jar -l 120_raw_gitlog.log -c git2 -a coupling > result.log " I get only :
result.log (just a header)
It doesnt seem that there is anything wrong with the format of the file. For instance, when parsing this one (which has the same syntax):
logfileWhitehall.log
with same command I get:
result1.log

Any ideia of what may be wrong? I am using Windows 10