📊 The statistical analysis tool for git repositories
Go to file
Adam Waldenberg 1e8e60574f The terminal module now also checks if the terminal actually is a terminal.
The output is now limited to 80 characters; this is useful when cat'ing to a
file and terminal.get_size() is called. The previous behaviour was to always
output according to the terminal width, something that probably isn't what
someone usually wants when outputting to a file.
2012-05-24 01:30:51 +02:00
.gitignore Initial commit. 2012-05-04 11:40:30 +02:00
.pylintrc Ran the whole project through "pylint" and fixed violations. 2012-05-04 15:15:41 +02:00
blame.py Added a constant to the blame module for the number of threads. 2012-05-23 09:18:50 +02:00
changes.py The changes module now excludes commits without any valid FileDiff entries. 2012-05-24 00:56:19 +02:00
comment.py Improved the comments module yet again. 2012-05-16 04:14:48 +02:00
extensions.py Removed an unused import from the extensions module. 2012-05-16 05:11:04 +02:00
filtering.py Added filtering support. 2012-05-22 17:57:44 +02:00
gitinspector.py Added filtering support. 2012-05-22 17:57:44 +02:00
help.py Fixed a few misstakes in the help text. 2012-05-23 00:17:28 +02:00
license.txt Initial commit. 2012-05-04 11:40:30 +02:00
metrics.py Added filtering support. 2012-05-22 17:57:44 +02:00
missing.py Enabled threading in the blame module and removed the system module. 2012-05-20 22:02:08 +02:00
readme.txt Fixed another typo in the readme file. 2012-05-05 10:12:53 +02:00
terminal.py The terminal module now also checks if the terminal actually is a terminal. 2012-05-24 01:30:51 +02:00
timeline.py Ran the whole project through "pylint" and fixed violations. 2012-05-04 15:15:41 +02:00
version.py Ran the whole project through "pylint" and fixed violations. 2012-05-04 15:15:41 +02:00

readme.txt

Copyright © 2012 Ejwa Software. All rights reserved.

This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
certain conditions; see the accompanying license.txt file for further details.

For questions regarding gitinspector you can contact the current maintainer
in charge at gitinspector@ejwa.se.