gitinspector
gitinspector copied to clipboard
:bar_chart: The statistical analysis tool for git repositories
This PR offers a Korean translation of the gitinspector application (as referenced in #51). - added messages_ko.po - modified README.md for changing member or Korean translation Any feedback would be...
This PR offers a Dutch translation of the gitinspector application (as referenced in #123). Includes a small fix in `changesoutput.py` (had an inconsistent translation key concerning historical commit information).
We need to be able to easier detect when gitinspector is broken by "bigger" changes such as the one introduced by revision aeb9ad6.
Add support for parsing comments and metrics in rust files (Rust programming language).
The convention seems to be to allow for commented content with a '#' hash character. Considering the format, maybe comments are also required to start at the beginning of lines?
[This method](https://github.com/ejwa/gitinspector/blob/9b5bbc469f8bc09d7e2f87329915837492ce79de/gitinspector/timeline.py#L79) is inefficient. In addition, it can probably be removed and replaced with a better solution.
Would be good to add also support for php code metrics by default.
I wondered if it is possible to get a report which instead of amount of changes could just report in how many days of that month/week developer was contributing. I.e....
I would be nice to map file extension to programming languages, and then amend the "is mostly responsible for" with something saying e.g. "C++ code". This is useful to identify...