Ask HN: Any good git parser/data analysis tools out there?

3 points by jackbean ↗ HN
Looking for something that spits out user behavior based on commits, branches etc.

2 comments

[ 3.6 ms ] story [ 14.6 ms ] thread
I have written some scripts for code analysis needs via git/grep/awk/ruby. code metrics, top committers, frequently committed files, duplications etc

you can find some interesting question with solutions http://stackoverflow.com/questions/tagged/git?sort=votes&...

if you need low level access https://github.com/mojombo/grit

could you elaborate, what your expectations are, I can give pointers or share some of my code

"I have written some scripts for code analysis needs via git/grep/awk/ruby. code metrics, top committers, frequently committed files, duplications etc"

That's exactly what I was looking for, something that shows my commit habits. Any chance those scripts are open source?