mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Add the .mailmap and change the method to generate AUTHORS
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
567747f78e
commit
36232b0bbe
13
.mailmap
Normal file
13
.mailmap
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
Jim Meyering <meyering@redhat.com> <jim@meyering.net>
|
||||||
|
Jim Meyering <meyering@redhat.com> <meyering@vv.meyering.net.meyering.net>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rich@hakodate.home.annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rich@koneko.home.annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rich@koneko.local>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rjones@centos5x32.home.annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rjones@debian5x64.home.annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rjones@redhat.com>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rjones@trick.home.annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> Richard Jones <rjones@ubuntu910x64.home.annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> <rich@annexia.org>
|
||||||
|
Richard W.M. Jones <rjones@redhat.com> rjones <rjones>
|
||||||
|
Wanlong Gao <gaowanlong@cn.fujitsu.com> <wanlong.gao@gmail.com>
|
||||||
4
AUTHORS
4
AUTHORS
@@ -10,7 +10,7 @@ Geert Warrink <geert.warrink@onsnet.nu>
|
|||||||
Guido Günther <agx@sigxcpu.org>
|
Guido Günther <agx@sigxcpu.org>
|
||||||
Hilko Bengen <bengen@hilluzination.de>
|
Hilko Bengen <bengen@hilluzination.de>
|
||||||
Jaswinder Singh <jsingh@redhat.com>
|
Jaswinder Singh <jsingh@redhat.com>
|
||||||
Jim Meyering <jim@meyering.net>
|
Jim Meyering <meyering@redhat.com>
|
||||||
Jiri Popelka <jpopelka@redhat.com>
|
Jiri Popelka <jpopelka@redhat.com>
|
||||||
John Eckersberg <jeckersb@redhat.com>
|
John Eckersberg <jeckersb@redhat.com>
|
||||||
Karel Klíč <kklic@redhat.com>
|
Karel Klíč <kklic@redhat.com>
|
||||||
@@ -25,7 +25,7 @@ Olaf Hering <olaf@aepfle.de>
|
|||||||
Piotr Drąg <piotrdrag@gmail.com>
|
Piotr Drąg <piotrdrag@gmail.com>
|
||||||
Qin Guan <qguan@redhat.com>
|
Qin Guan <qguan@redhat.com>
|
||||||
Rajesh Ranjan <rranjan@redhat.com>
|
Rajesh Ranjan <rranjan@redhat.com>
|
||||||
Richard W.M. Jones <rich@annexia.org>
|
Richard W.M. Jones <rjones@redhat.com>
|
||||||
Sandeep Shedmake <sshedmak@redhat.com>
|
Sandeep Shedmake <sshedmak@redhat.com>
|
||||||
Shankar Prasad <svenkate@redhat.com>
|
Shankar Prasad <svenkate@redhat.com>
|
||||||
Thomas S Hatch <thatch45@gmail.com>
|
Thomas S Hatch <thatch45@gmail.com>
|
||||||
|
|||||||
@@ -240,10 +240,7 @@ dist-hook:
|
|||||||
$(top_srcdir)/update-bugs.sh > BUGS-t
|
$(top_srcdir)/update-bugs.sh > BUGS-t
|
||||||
mv BUGS-t BUGS
|
mv BUGS-t BUGS
|
||||||
cp BUGS $(distdir)/BUGS
|
cp BUGS $(distdir)/BUGS
|
||||||
git log --pretty="format:%an <%ae>" | sort -u | uniq -w 10 | \
|
git shortlog -se | awk -F'\t' '{print $$2}' > AUTHORS-t
|
||||||
grep -v rjones | \
|
|
||||||
grep -v "Richard Jones" \
|
|
||||||
> AUTHORS-t
|
|
||||||
mv AUTHORS-t AUTHORS
|
mv AUTHORS-t AUTHORS
|
||||||
cp AUTHORS $(distdir)/AUTHORS
|
cp AUTHORS $(distdir)/AUTHORS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user