gitstats: Updated the script to handle merges and to treat '-' as 0.
commit322425e9c8f26496af8ce61f12d8605ccb41a02a
authorSverre Rabbelier <sverre@rabbelier.nl>
Thu, 29 May 2008 17:58:24 +0000 (29 19:58 +0200)
committerSverre Rabbelier <sverre@rabbelier.nl>
Thu, 29 May 2008 17:58:24 +0000 (29 19:58 +0200)
tree93ab9abd285bc06703e304687e31bdadbcd5cc3f
parent1a907bb37e8e6502c65ba80d021e42d48f992d0c
gitstats: Updated the script to handle merges and to treat '-' as 0.

The parsing logic now determines the line type by looking at it's content.
This was required instead of the 'state' logic since there is no way
to determine how many author lines there will be.
src/git_stats/author.py