Skip to content

Latest commit

 

History

History

git-whois

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

git whois

Given a string for an author, try to figure out full name and email

Git alias:

whois = "!sh -c 'git log --regexp-ignore-case -1 --pretty=\"format:%an <%ae>\n\" --author=\"$1\"' -"

Example:

git whois alice
Alice Adams <alice@example.com>