code-maat icon indicating copy to clipboard operation
code-maat copied to clipboard

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

Results 17 code-maat issues
Sort by recently updated
recently updated
newest added

Using the SVN log format mentioned in the README file for code-maat: ``` svn log -v --xml > logfile.log -r {YYYYmmDD}:HEAD ``` I have encountered the following error: ``` $...

enhancement

I just started playing with code-maat, and I find I do something like this: `lein.bat run -l logfile.log -c git | grep -v pom.xml | grep -v test | head`...

enhancement

I found about it by accident (in an error message). I tried to infer what it does from the code but it would be nicer to have an example and...

enhancement

I forked to implement a Perforce parser. I have it completed, but when I went to merge with your latest which splits the parsing into chunks, I'm unable to get...

question

The command given in the README does not seem to include proper data. Running lein run -l hg_data -c hg -a abs-churn I get > Invalid argument: churn analysis: the...

When parsing the file [981_raw_gitlog.log](https://github.com/adamtornhill/code-maat/files/12307247/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](https://github.com/adamtornhill/code-maat/files/12307197/result.log) (just a header) It...

Most repositories have a predefined structure. Grouping based on subpaths should be an option say ``` (.+)/[^/]+ -> $1 ``` which means group by subpath ignoring file name.