git-authors

Generate a list of committers of a Git repository. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-authors>.

Install

All systems
curl cmd.cat/git-authors.sh
Debian Debian
apt-get install git-extras
Ubuntu
apt-get install git-extras
image/svg+xml Kali Linux
apt-get install git-extras
Fedora
dnf install git-extras
Windows (WSL2)
sudo apt-get update sudo apt-get install git-extras
OS X
brew install git-extras
Raspbian
apt-get install git-extras

Generate a list of committers of a Git repository. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-authors>.

  • Print a full list of committers to `stdout` instead of to the `AUTHORS` file:
    git authors --list
  • Append the list of committers to the `AUTHORS` file and open it in the default editor:
    git authors
  • Append the list of committers, excluding emails, to the `AUTHORS` file and open it in the default editor:
    git authors --no-email

© tl;dr; authors and contributors