summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorWanlong Gao <wanlong.gao@gmail.com>2012-01-03 23:41:43 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-01-03 15:45:32 +0000
commit10df9d88ab4191c4092f4a88c7343ab3f5f31a70 (patch)
treea06eace0b2b0f43e51fd47097c8697a9d345f0fd /Makefile.am
parent49218ae6b451004c8f7b5549d5876c8568a7c1a6 (diff)
downloadlibguestfs-10df9d88ab4191c4092f4a88c7343ab3f5f31a70.tar.gz
libguestfs-10df9d88ab4191c4092f4a88c7343ab3f5f31a70.tar.xz
libguestfs-10df9d88ab4191c4092f4a88c7343ab3f5f31a70.zip
AUTHORS: add the email address for each authors
Add the email address for authors. It would be better. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 350c579a..d14cc123 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