Add an option to ignore parent in the 'belongs to' metric
commitca36dcc98c478e2cb0bef544e23a2a654dedde8a
authorSverre Rabbelier <sverre@rabbelier.nl>
Mon, 14 Jul 2008 16:44:01 +0000 (14 18:44 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Mon, 14 Jul 2008 16:44:01 +0000 (14 18:44 +0200)
treed5869b5b1a013850a8e0f3a76378d386dd0c4f62
parentf91c9951911ec185736538331e1aa0ce864d7383
Add an option to ignore parent in the 'belongs to' metric

For repositories with long history it is faster to first
call 'git rev-list' for the target commit and then ignore
those commits. However, for smaller repositories the
overhead of all these rev-lists makes it more slow.
src/git_stats/branch.py