mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
📊 The statistical analysis tool for git repositories
8bd761f872
All long options that can be set in gitinspector (with the exception of --version and --help) can be configured using git-config. This is only the first step towards the support of git-config. The reading of the command line also needs to be changed to support overriding settings from git-config before this is fully usable. Also; support for --exclude is not yet included. If we wanted to enable the timeline across all repositories when running gitinspector we could do; git-config --global inspector.timeline true For local settings (per repository); the --local option can of course be used when calling git-config. |
||
---|---|---|
gitinspector | ||
.gitignore | ||
.pylintrc | ||
DESCRIPTION.txt | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.txt | ||
setup.py |
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.