Added a proof of concept matcher
commitac2a192f1dcec387e96f2a7eb5d66a38401b0722
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)
treea6ac27667859440b85fc139b6ead457d34c79df6
parent02fbebc164530b05d1d49ede416dc7dc0c52fa81
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