📊 The statistical analysis tool for git repositories
Go to file
Adam Waldenberg e8648a51c2 Added documentation written in AsciiDoc (Fixes issue 45).
Using the AsciiDoc file, documentation was generated in man (troff), PDF
and HTML formats.
2015-02-22 11:22:39 +01:00
docs Added documentation written in AsciiDoc (Fixes issue 45). 2015-02-22 11:22:39 +01:00
gitinspector Strip exotic characters from the table-sorter plugin. 2015-02-22 00:53:38 +01: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 cover 2012-2014. 2014-01-13 12:06:40 +01: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-2014 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.