[Libguestfs] [PATCH v2] AUTHORS: add the email address for each authors

Wanlong Gao wanlong.gao at gmail.com
Tue Jan 3 15:41:43 UTC 2012


Add the email address for authors.
It would be better.

Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 AUTHORS     |   48 ++++++++++++++++++++++++------------------------
 Makefile.am |    2 +-
 2 files changed, 25 insertions(+), 25 deletions(-)

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 <asalkeld at redhat.com>
+Ani Peter <apeter at redhat.com>
+Charles Duffy <cduffy at messageone.com>
+Daniel Berrange <berrange at redhat.com>
+Daniel Cabrera <logan at fedoraproject.org>
+Douglas Schilling Landgraf <dougsland at redhat.com>
+Erik Nolte <erik_nolte at acm.org>
+Geert Warrink <geert.warrink at onsnet.nu>
+Guido Günther <agx at sigxcpu.org>
+Hilko Bengen <bengen at hilluzination.de>
+Jaswinder Singh <jsingh at redhat.com>
+Jim Meyering <jim at meyering.net>
+Karel Klíč <kklic at redhat.com>
+Matthew Booth <mbooth at redhat.com>
+Maxim Koltsov <kolmax94 at gmail.com>
+Michael Scherer <misc at zarb.org>
+Nikita A Menkovich <menkovich at gmail.com>
+Piotr Drąg <piotrdrag at gmail.com>
+Rajesh Ranjan <rranjan at redhat.com>
+Richard W.M. Jones <rich at annexia.org>
+Sandeep Shedmake <sshedmak at redhat.com>
+Shankar Prasad <svenkate at redhat.com>
+Thomas S Hatch <thatch45 at gmail.com>
+Wanlong Gao <gaowanlong at cn.fujitsu.com>
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
-- 
1.7.8




More information about the Libguestfs mailing list