messages: unable to run code maat with -a messages
jbiswas opened this issue · 3 comments
jbiswas commented
Do you have an example of how to analyze commit messages?
I tried -a messages -e fix
but I get no results.
adamtornhill commented
It does look like there's a bug in the -a messages
analysis -- I don't get any results either, so this needs to be debugged and fixed.
Fortunately, there's an easy way to get the same effect from the command line. Here's how you can do it from a Bash shell: git log --pretty=format:'%s' | grep -o "[Bb]ug"
jbiswas commented
Thanks Adam. Actually what I was looking for was how often a file is involved in bug fixes. I ended up using a long-ish bash command to get that result.
adamtornhill commented
Solved and addressed in issue #74