📊 The statistical analysis tool for git repositories
Find a file
Adam Waldenberg 84a7fd1945 Added support for --exclude to the git-config support.
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.
2013-07-01 00:26:06 +02:00
gitinspector Added support for --exclude to the git-config support. 2013-07-01 00:26:06 +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 Text files are now included in source and binary distributions. 2013-06-14 05:14:29 +02:00
README.txt File structure rearranged to be more compatible with setuptools/Distribute. 2013-06-14 03:16:30 +02:00
setup.py Text files are now included in source and binary distributions. 2013-06-14 05:14:29 +02:00

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.