📊 The statistical analysis tool for git repositories
Go to file
Adam Waldenberg 4803c511df Updated invalid year strings in version information. 2015-08-24 17:23:54 +02:00
docs Added documentation written in AsciiDoc (Fixes issue 45). 2015-02-22 11:22:39 +01:00
gitinspector Updated invalid year strings in version information. 2015-08-24 17:23:54 +02:00
tests Added two unit tests for testing the comment module. 2013-07-04 10:10:11 +02:00
.gitignore Added deb_dist directory to .gitignore. 2013-06-25 14:20:48 +02:00
.pylintrc Added some additional settings to .pylintrc. 2013-06-25 14:20:15 +02:00
DESCRIPTION.txt Slightly modified the DESCRIPTION text. 2013-07-29 12:19:32 +02:00
LICENSE.txt File structure rearranged to be more compatible with setuptools/Distribute. 2013-06-14 03:16:30 +02:00
MANIFEST.in Translation files are now included during packaging via setup.py. 2013-07-02 07:35:40 +02:00
README.txt Updated README.txt to refer to the new home on GitHub. 2015-08-24 11:03:59 +02:00
setup.py Set the zip_safe flag of setup.py to False (Fixes issue 17). 2014-01-14 07:18:25 +01:00
stdeb.cfg Added git dependency to stdeb.cfg (it was obviously missing). 2013-07-27 14:05:09 +02:00

README.txt

Copyright © 2012-2015 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 https://github.com/ejwa/gitinspector
for more information.