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

```bash $ gitinspector unexisting-folder Traceback (most recent call last): File "/usr/local/bin/gitinspector", line 24, in gitinspector.main() File "/usr/local/lib/node_modules/gitinspector/gitinspector/gitinspector.py", line 140, in main repos = __get_validated_git_repos__(set(args)) File "/usr/local/lib/node_modules/gitinspector/gitinspector/gitinspector.py", line 121, in __get_validated_git_repos__...

As per #233, #226, #213, `gitinspector` currently uses just any versions of `python` and `getetxt` installed. Would be nice to specify which versions are needed in the docs, as well...

If the localization was not set ("WARNING: Localization disabled because the system language could not be determined.") the translation.install() was missing an argument, raising TypeError: 'bool' object is not iterable

Using [email protected] and pip24.0 this is not working at all. Just following step by step and running the script by typing the following command on console (on macOS): **`python3 ./gitinspector.py...

The program does view certain files as directories. Recommend first to check whether something is a directory. Output: `Traceback (most recent call last): File "/usr/bin/gitinspector", line 33, in sys.exit(load_entry_point('gitinspector==0.4.4', 'console_scripts',...