git-authors (1) - Linux Manuals

git-authors: Generate authors report

NAME

git-authors - Generate authors report

SYNOPSIS

git-authors [-l, --list]

DESCRIPTION

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.

OPTIONS

-l, --list

Show authors.

EXAMPLES

Updating AUTHORS file:
$ git authors
Listing authors:
$ git authors --list
TJ Holowaychuk <tj [at] vision-media.ca>
Tj Holowaychuk <tj [at] vision-media.ca>
hemanth.hm <hemanth.hm [at] gmail.com>
Jonhnny Weslley <jw [at] jonhnnyweslley.net>
nickl- <github [at] jigsoft.co.za>
Leila Muhtasib <muhtasib [at] gmail.com>

AUTHOR

Written by Titus Wormer <tituswormer [at] gmail.com>

REPORTING BUGS

<https://github.com/tj/git-extras/issues>