Descent3/tools/git-contributors/README.md
Azamat H. Hackimov 2c8081e832 Implement git-contributors.py
Add tool for creating credits file from git history.
2024-11-29 17:14:09 +03:00

724 B

git-contributors.py

git-contributors.py - script to generate contributors list from git history.

Requirements

Usage

Just run git-contributors.py, review and commit scripts/data/fullhog/oscredits.txt. You're now awesome.

Remember regenerate file before releasing new version!

Customization

Tool provides two ways of customization:

  • Exclude particular name from list of contributors (file no-add.txt, one name per line, comments begins with #).
  • Replace name in list of contributors with other one (file map-names.txt, one entry per line in format git_name:replace_name, comments begins with #).