From: Wanlong Gao Date: Tue, 3 Jan 2012 15:41:43 +0000 (+0800) Subject: AUTHORS: add the email address for each authors X-Git-Tag: 1.15.15~8 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=10df9d88ab4191c4092f4a88c7343ab3f5f31a70 AUTHORS: add the email address for each authors Add the email address for authors. It would be better. Signed-off-by: Wanlong Gao --- diff --git a/AUTHORS b/AUTHORS index 0d6fb3c..92e5123 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,24 +1,24 @@ -Angus Salkeld -Ani Peter -Charles Duffy -Daniel Berrange -Daniel Cabrera -Douglas Schilling Landgraf -Erik Nolte -Geert Warrink -Guido Günther -Hilko Bengen -Jaswinder Singh -Jim Meyering -Karel Klíč -Matthew Booth -Maxim Koltsov -Michael Scherer -Nikita A Menkovich -Piotr Drąg -Rajesh Ranjan -Richard W.M. Jones -Sandeep Shedmake -Shankar Prasad -Thomas S Hatch -Wanlong Gao +Angus Salkeld +Ani Peter +Charles Duffy +Daniel Berrange +Daniel Cabrera +Douglas Schilling Landgraf +Erik Nolte +Geert Warrink +Guido Günther +Hilko Bengen +Jaswinder Singh +Jim Meyering +Karel Klíč +Matthew Booth +Maxim Koltsov +Michael Scherer +Nikita A Menkovich +Piotr Drąg +Rajesh Ranjan +Richard W.M. Jones +Sandeep Shedmake +Shankar Prasad +Thomas S Hatch +Wanlong Gao diff --git a/Makefile.am b/Makefile.am index 350c579..d14cc12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -221,7 +221,7 @@ dist-hook: $(top_srcdir)/update-bugs.sh > BUGS-t mv BUGS-t BUGS cp BUGS $(distdir)/BUGS - git log --pretty="format:%an" | sort -u | \ + git log --pretty="format:%an <%ae>" | sort -u | uniq -w 10 | \ grep -v rjones | \ grep -v "Richard Jones" \ > AUTHORS-t