📊 The statistical analysis tool for git repositories
Go to file
Adam Waldenberg d07da3dc69 Bumped the version number to 0.3.0. 2013-07-15 05:33:23 +02:00
gitinspector Bumped the version number to 0.3.0. 2013-07-15 05:33:23 +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 Reformatted DESCRIPTION.txt to an 80 character width. 2013-06-25 14:18:20 +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 Extended the README with some "quick start" notes. 2013-07-12 03:50:21 +02:00
setup.py Unit tests are now excluded from binary packages. 2013-07-15 03:36:48 +02:00
stdeb.cfg Generated debian package no longer has the python prefix in it's name. 2013-07-15 04:24:11 +02:00

README.txt

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.