Skip to content

ishimko/git-contributors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Contributors

Super small and simple tool for generating contribution statistics for your git repositories. Includes merging users, produced by git shortlog -n -e, by emails and names to simplify statistics analysis. Your current branch will be used for gathering statistics.

Requirements

  • python 3
  • git executable in your PATH

Usage

usage: main.py [-h] [-z] [path]

positional arguments:
  path                 optional path to git repository (or directly to .git
                       folder), otherwise working directory will be used

optional arguments:
  -h, --help           show this help message and exit
  -z, --include-zeros  include contributors with zero contributions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages