gitinspector/gitinspector
Adam Waldenberg d315829e9d Added commit filtering by revision (Fixes issue 33).
Specific commits can now be filtered by using;

-x, --exclude="revision:<SHA-1>"

Like with all other filtering in gitinspector, regular expressions are
supported. Likewise, multiple revisions can be specified using a comma or
by simply supplying multiple exclude parameters.

As usual, both the commit module and blame module take this filtering into
account.
2014-11-27 08:39:17 +01:00
..
html The blame chart legend now shows the correct colors (Fixes issue 26). 2014-07-04 01:37:58 +02:00
translations The help text now talks about repositories instead of directories. 2014-01-22 00:46:14 +01:00
__init__.py Added a setup.py for use with setuptools or Distribute. 2013-06-14 03:16:57 +02:00
basedir.py Gracefully handle non-git-repo path (Fixes issue 44). 2014-11-20 03:41:08 +01:00
blame.py Added commit filtering by revision (Fixes issue 33). 2014-11-27 08:39:17 +01:00
changes.py Added commit filtering by revision (Fixes issue 33). 2014-11-27 08:39:17 +01:00
clone.py Implemented support for remote repositories (Fixes issue 18). 2014-01-21 12:14:13 +01:00
comment.py Recognize comments in Ada and OCaml. 2014-11-03 10:34:46 +01:00
config.py Completely removed the missing module and the --checkout-missing option. 2013-08-03 10:30:43 +02:00
extensions.py Added .cc and .hh to the list of default extensions scanned. 2014-01-08 03:51:02 +01:00
filtering.py Added commit filtering by revision (Fixes issue 33). 2014-11-27 08:39:17 +01:00
format.py Add missing html.footer to htmlembedded output (Fixes issue 48). 2014-11-23 01:37:18 +01:00
gitinspector.py Remove assumption of Python path. 2014-11-03 10:19:04 +01:00
gravatar.py Use https where possible. 2014-11-03 09:56:49 +01:00
help.py The help text now talks about repositories instead of directories. 2014-01-22 00:46:14 +01:00
interval.py Removed some "#!/usr/bin/python" entries that sneaked into a few files. 2013-08-08 07:10:04 +02:00
localization.py Doesn't start when using "C" locale (Fixes issue 29). 2014-11-24 09:36:11 +01:00
metrics.py The metrics module was failing on paths with spaces (Fixes issue 47). 2014-11-21 02:55:29 +01:00
optval.py Fixed broken header in optval module. 2014-01-22 00:24:22 +01:00
outputable.py Added a "htmlembedded" output format. 2013-06-26 02:36:13 +02:00
responsibilities.py Fixed invalid function call in the responsibilities module. 2014-02-20 21:03:00 +01:00
terminal.py Print a warning when the terminal encoding is not set (Fixes issue 19). 2014-01-08 06:05:10 +01:00
timeline.py Added filtering of commits from specific authors or emails (Fixes issue 5). 2013-07-30 06:32:58 +02:00
version.py Bumped the version number to 0.3.2. 2014-01-15 13:30:15 +01:00