maintenance, conversion to Git, removal of openpop
This commit is contained in:
9
tools/git_statistics.py
Normal file
9
tools/git_statistics.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
takes all gits that we have in the list and checks the master branch out, then collects some statistics:
|
||||
- number of distinct comitters
|
||||
- list of commit dates
|
||||
- number of commits
|
||||
- language detection and lines of code counting on final state
|
||||
|
||||
uses git log --format="%an, %at, %cn, %ct" --all ti get commits, committers and times (as unix time stamp)
|
||||
"""
|
Reference in New Issue
Block a user