GitStats Wiki
Status: Beta
Brought to you by:
hoxu
GitStats is a statistics generator for git repositories. It examines the repository and produces some interesting statistics from the history. Currently it outputs only HTML.
How do I use gitstats to generate output over multiple repostitories?
I modified your software to use it with python3.
Nice tool, thank you!
If you want I can share my version of GitStats for python3
Hello Marco can u send me the code i need to do reporting now for git
can i have this code my email id is hitprabhat36@gmail.com
Hello Marco can u send me the updated code to rpuripanda@gmail.com and also I am getting the below error with existing code. Please help me.
Collecting data...
'wc' is not recognized as an internal or external command,
operable program or batch file.
[0.26100] >> git shortlog -s HEAD | wc -l
Traceback (most recent call last):
File "gitstats.py", line 1485, in <module>
g.run(sys.argv[1:])
File "gitstats.py", line 1461, in run
data.collect(gitpath)
File "gitstats.py", line 282, in collect
self.total_authors += int(getpipeoutput(['git shortlog -s %s' % getcommitrange(), 'wc -l']))
ValueError: invalid literal for int() with base 10: ''</module>