gitstats: Added dispatching to the index module
commitdedc7299dcaeeb0b1fb2dcc965fe41e097c73815
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
parentde2a36cba6dff2fa8a6a93187ff30ba717a159bc
gitstats: 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