mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
📊 The statistical analysis tool for git repositories
84a7fd1945
In contrast to the -x/--exclude option that can be given on the command line, --exclude can not be set multiple times when used with git-config. Luckily, the same behavior can be attained by using the pipe ("|") character. Ie, specifying the following on the command line: -x "hello.txt" -x "goodbye.txt" is the same thing as: -x "hello.txt|goodbye.txt" when sent to git-config or the command line. |
||
---|---|---|
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.