GIT-AUTHORS(1) | Git Extras | GIT-AUTHORS(1) |
git-authors - Generate authors report
git-authors [-l, --list] [--no-email]
Populates the file matching authors|contributors -i with the authors of commits, according to the number of commits per author. Opens the file in $EDITOR when set.
See the "MAPPING AUTHORS" section of git-shortlog(1) to coalesce together commits by the same person.
-l, --list
Show authors.
--no-email
Don´t show authors´ email.
Written by Titus Wormer <tituswormer@gmail.com>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>
October 2020 |