Menu

Home

Heikki Hokkanen

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.


Project Members:


Discussion

  • rohit sharma

    rohit sharma - 2017-08-31

    How do I use gitstats to generate output over multiple repostitories?

     
  • Marco Boz

    Marco Boz - 2020-09-09

    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

     
    • Prabhat kumar

      Prabhat kumar - 2020-09-26

      Hello Marco can u send me the code i need to do reporting now for git

       
  • Prabhat kumar

    Prabhat kumar - 2020-09-26

    can i have this code my email id is hitprabhat36@gmail.com

     
  • Ramesh Puripanda

    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>

     

Log in to post a comment.