gitstats: Added a proof of concept matcher
commitfcef813afcc13e5e77121e0496e0343a5a20f37b
authorSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 22:26:37 +0000 (13 00:26 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Sat, 12 Jul 2008 22:26:37 +0000 (13 00:26 +0200)
tree1a5f84a70b7897b3a4fd5791fb0649a1d05e6f91
parent359badb9ecb1e638614b897da8e289f79a763302
gitstats: Added a proof of concept matcher

It tries to match hunks that were added with hunks that
were removed in an intelligent manner by taking the diff
and comparing the sizes.
src/git_stats/matcher.py [new file with mode: 0644]
src/stats.py