Alexander Strasser 464bee6a11 Parse git's diff stat summary more flexibly.
Git versions with commit 7f814632f5d4d7af9f4225ece6039dbc44e03079 print the
stat summary output slightly different. There were two changes that affect
GitStats:

a) Singular forms of files/insertions/deletions may be used
b) The number of counts is now variable ranging from 1 to 3:
   1: only files changed if file count is 0
   2: if either insertions or deletions are 0 (not if both are)
   3: where files,insertions and deletions are >0
          or both insertions and deletions are  0

Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
2012-05-28 21:27:40 +03:00
2011-02-18 17:33:36 +02:00
Description
git history statistics generator
1.3 MiB
Languages
Python 79.7%
JavaScript 15.8%
CSS 2.7%
Makefile 1.8%