mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-12-22 13:42:14 +01:00
📊 The statistical analysis tool for git repositories
67418fa25d
Previously, an email for a specific author was collected whenever some insertions/deletions were detected in an active or valid extension. This was introduced with the addition of gravatars. This had the side-effect that if #author1 committed some rows to a file with an inactive or non-valid extension and #author2 later moved some of those rows into an active or valid extension, those rows could still belong to #author1. Consequently, when associating the author name with an email in the blame phase, there would not be any stored email for #author1 and no email would be associated with that author or those blamed lines. Emails are now (instead) always stored and associated with an author regardless of the work or files analyzed. |
||
---|---|---|
gitinspector | ||
tests | ||
.gitignore | ||
.pylintrc | ||
DESCRIPTION.txt | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.txt | ||
setup.py | ||
stdeb.cfg |
Copyright © 2012-2013 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. To run gitinspector; please start it via the gitinspector/gitinspector.py script. Use the -h or --help flags to get help about available options. It is also possible to set gitinspector options using the "git config" command. Refer to the project page at http://gitinspector.googlecode.com for more information.