📊 The statistical analysis tool for git repositories
Go to file
Adam Waldenberg 494679520f Enabled threading in the blame module and removed the system module.
To accommodate this modification, the changing of working directory (when
a repository is specified) has been moved from the system module to the
main gitinspector module. This enables us to change directory in one go
when gitinspector starts, thus removing the need for the previous system
module.
2012-05-20 22:02:08 +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 Enabled threading in the blame module and removed the system module. 2012-05-20 22:02:08 +02:00
changes.py Enabled threading in the blame module and removed the system module. 2012-05-20 22:02:08 +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
gitinspector.py Enabled threading in the blame module and removed the system module. 2012-05-20 22:02:08 +02:00
help.py Modified the help to better reflect what -H does. 2012-05-18 04:34:10 +02:00
license.txt Initial commit. 2012-05-04 11:40:30 +02:00
metrics.py Enabled threading in the blame module and removed the system module. 2012-05-20 22:02:08 +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 Added a progress text which is shown during the blame stage when -H is given. 2012-05-18 04:33:10 +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.