gitinspector icon indicating copy to clipboard operation
gitinspector copied to clipboard

:bar_chart: The statistical analysis tool for git repositories

Results 75 gitinspector issues
Sort by recently updated
recently updated
newest added

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...

Priority : Low
Translation

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).

Priority : Low
Translation

We need to be able to easier detect when gitinspector is broken by "bigger" changes such as the one introduced by revision aeb9ad6.

Priority : Low
Test Suite

Add support for parsing comments and metrics in rust files (Rust programming language).

Enhancement
Priority : Low

support golang's comment and metrics.

Priority : Medium
Enhancement

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?

Enhancement
Priority : Low

[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.

Priority : Medium
Enhancement
Performance

Would be good to add also support for php code metrics by default.

Priority : Medium
Enhancement

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....

Priority : Medium
Enhancement

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...

Enhancement
Priority : Low