Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GIT-AUTHORS(1)			   Git Extras			  GIT-AUTHORS(1)

NAME
     git-authors - Generate authors report

SYNOPSIS
     git-authors [-l, --list] [--no-email]

DESCRIPTION
     See  the  "MAPPING AUTHORS" section of git-shortlog(1) to coalesce together
     commits by the same person.

OPTIONS
     -l, --list

     Show authors.

     --no-email

     Don't show authors' email.

EXAMPLES
     Updating AUTHORS file:

	 $ git authors

     Listing authors:

	 $ git authors --list
	 TJ Holowaychuk <tj@vision-media.ca>
	 hemanth.hm <hemanth.hm@gmail.com>
	 Jonhnny Weslley <jw@jonhnnyweslley.net>
	 nickl- <github@jigsoft.co.za>
	 Leila Muhtasib <muhtasib@gmail.com>

     Listing authors without email:

	 $ git authors --list --no-email
	 TJ Holowaychuk
	 hemanth.hm
	 Jonhnny Weslley
	 nickl-
	 Leila Muhtasib

AUTHOR
     Written by Titus Wormer <tituswormer@gmail.com>

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

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

				  November 2023 		  GIT-AUTHORS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-authors&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help