Make "lines changed" accounting consistent
commit5516be6e392b210a32d95f61cda0f50a8bcf5be4
authorJonathan Corbet <corbet@lwn.net>
Thu, 26 Mar 2015 19:33:57 +0000 (26 13:33 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 26 Mar 2015 19:33:57 +0000 (26 13:33 -0600)
tree804dfab69fa888c9afa1ccc5fde184e00735cb9e
parent5e7f0d50fb869b0af4e3f2c9c7b3ebf04ebe4adb
Make "lines changed" accounting consistent

We were calculating "total lines changed" on a per-patch basis, while a
developer's lines changed were max(added,removed) for the entire period
under study.  Track developer changed lines per-patch as well...this has
the nice effect of making the percentages add up to 100...
database.py
reports.py