gitinspector
gitinspector copied to clipboard
:bar_chart: The statistical analysis tool for git repositories
would it be possible to extend the ranking and statistics in the following way? - Differentiate in the general statistics between "actual code" and "comments" in addition to the already...
I've done basic testing of this against my own repositories.
It would be useful to have the branch name analyzed in the final output.
Specifically, the following; ``` comment.__comment_begining__ comment.__comment_end__ comment.__comment__ comment.__comment_markers_must_be_at_begining__ metrics.__metric_eloc__ metrics.__metric_cc_tokens__ ``` These could be defined externally in a configuration directory. It would separate the the definitions out from the logic...
Adds MATLAB/Octave extension and comment recognition
``` Hi guys! Your tool is very useful and heplful, and I want to make my little contribution to the project. Accept it, please. There are two files (.mo &...
Simply adds the file extension '.go' as a default. This is the default extension for the programming language [Go](https://golang.org). I do a lot of programming in Go and I like...
Fixes https://github.com/ejwa/gitinspector/pull/139 I saw the work in https://github.com/ejwa/gitinspector/pull/139 and decided to take it across the finish line. Let me know if I did anything wrong.
Add a complexity counter to each author. This is an idea to add functionality to gitinspector to track the "average" complexity of the code commited by an author. This would...
``` I have translated message.pot to message_ko.po Please Check this. It has not yet 100%, I'll update remaining soon. And, this requires some code changes in the gitinspector.py, I added...