Added dispatching to the index module
commit9c26fba321add7ef87fbc946867f0d23ec069464
authorSverre Rabbelier <sverre@rabbelier.nl>
Mon, 9 Jun 2008 19:34:46 +0000 (9 21:34 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Mon, 9 Jun 2008 19:34:46 +0000 (9 21:34 +0200)
tree1cee0ca12e37ee2cf4003bccb9148ec5f1b8c603
parent28e51638fe9ed055916436ce60a46924515c9e69
Added dispatching to the index module

Also added an option to search for commits matching newly
added files. Newly added files usually have no match in
earlier commits, however, if a file is deleted and then
later on a file with the same name is added again we will
find a false positive. The user might wish to see these
changes too though, so add an option to allow this.
src/git_stats/index.py