Skip to content

wanghy360/gitstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitstats

Decription

Usage: gitstats [options] <gitpath..> <outputpath>

Options:
-c key=value     Override configuration value

Default config values:
{'project_name': '', 'processes': 8, 'max_domains': 10, 'commit_begin': '', 'max_ext_length': 10, 'commit_end': 'HEAD', 'linear_linestats': 1, 'style': 'gitstats.css', 'max_authors': 20, 'authors_top': 5, 'start_date': ''}

Example

./gitstats -c start_date=2021-1-1 ~/repository ~/gen
./gitstats -c start_date=2021-1-1 -c filter_authors=Jack,Alice ~/repository ~/gen

View result

Open in <outputpath>(such as ~/gen) and browseindex.html.

About

git history statistics generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.0%
  • JavaScript 15.5%
  • CSS 2.8%
  • Makefile 1.7%