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

I have translated the `.pot` into Dutch, and have the `.po` file ready. Is the preferred way to contribute translations after the Google Code Export still via issues? Do you...

Priority : Medium
Translation

Identifying source files that are often changed, and by many different people, is a great indicator of where the next bug might crop up. Can you add such hotspot information...

Enhancement
Priority : Low

How to Generate LOC between 2 git tags or 2 commits(revisions)?

Enhancement
Priority : Low

Are you able to build a mechanism to create a report from parent repos with submodules. This way you can see summary of all repos including parent and see per...

Enhancement
Priority : Low

On the current Master commit, 15 May 2017 (6d77989e341e043c9a7f09757000d75701b32d84), trying to obtain the version using the `--version` flag produces an error: ``` $ gitinspector.py --version Error processing git repository at...

Bug
Priority : Critical

I'm running the following comand to find two commits that I know they exist, but the gitinspector don't find one of them. `python "gitinspector.py" -f** --since=2018-05-07-15:02:00 --until=2018-05-07-15:03:00 "path"` In this...

Bug
Priority : Critical

Hi, when I try to inspect a very large repository I'm getting these errors: ``` Exception in thread Thread-471: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner...

Priority : High
Bug
Performance

Currently the main statistics table looks as follows: ``` The following historical commit information, by author, was found in the repository: Author Commits Insertions Deletions % of changes author 1...

Enhancement
Priority : High

I like to analyze code by the cognitive complexity standard. It would be cool to have this section in addition to cyclomatic complexity. https://docs.codeclimate.com/docs/cognitive-complexity > A method's cognitive complexity is...

Priority : Medium
Enhancement

When can we expect support for Swift language?

Enhancement
Priority : Low