Skip to content

youknowone/gitstat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

gitstat

Simple, static git statistics generator

Install

$ git clone git://github.com/youknowone/gitstat.git
$ cd gitstat
# pip install -r requirements.txt
$ cp settings.py.example settings.py
$ edit settings.py # set title and input/output

Test

$ cd <your-git-repo>
$ git log | <gitstat-dir>/gen.py > log.txt # for stdin/stdout
or
$ git log > log.txt && <gitstat-dir>/gen.py > log.txt # for infile/stdout
or
$ git log > log.txt && <gitstat-dir>/gen.py # for infile/outfile

Auto-refresh

Use crontab

crontab -e to edit list and add upper test script.

About

Simple, static gitstat generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published