📊 The statistical analysis tool for git repositories
Go to file
Adam Waldenberg 93cf15f500 Added filtering support.
Filtering can be specified using an arbitrary number of -x (or --exclude)
parameters. The filtering works in a similar fashion to an inverted grep,
meaning that matched file names will be excluded from the generated
statistics.
2012-05-22 17:57:44 +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 filtering support. 2012-05-22 17:57:44 +02:00
changes.py Added filtering support. 2012-05-22 17:57:44 +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 Added filtering support. 2012-05-22 17:57:44 +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 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.