From: Joel Rosdahl Date: Sat, 10 Feb 2018 20:59:07 +0000 (+0100) Subject: Add update-authors make recipe and use it X-Git-Tag: v3.4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60c0340250d34f9aacb0dfef48947e154e7df13;p=thirdparty%2Fccache.git Add update-authors make recipe and use it --- diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..34ca7aa42 --- /dev/null +++ b/.mailmap @@ -0,0 +1,20 @@ +Anders F Björklund +Anders F Björklund +Anders F Björklund +Andrew P Boie +Bernhard Bauer +Chiaki Ishikawa +Clemens Rabe +Clemens Rabe +Hongli Lai +Kona Blend +Leanid Chaika +Luboš Luňák +Martin Ettl +Per Nordlöw +Ramiro Polla +Ramiro Polla +Ryan Brown +Thomas Röfer +Tor Arne Vestbø +Ville Skyttä diff --git a/dev.mk.in b/dev.mk.in index 81a411880..2a3e6fd49 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -150,6 +150,12 @@ docs: $(generated_docs) ccache.1: doc/MANUAL.xml $(XSLTPROC) --nonet $(MANPAGE_XSL) $< +.PHONY: update-authors +update-authors: + git log --pretty=format:"* %aN <%aE>" \ + | sort -u \ + | perl -00 -p -i -e 's/^\*.*/ . "\n"/es' doc/AUTHORS.txt + .PHONY: check-syntax check-syntax: $(CC) $(all_cppflags) -I. $(all_cflags) -S -o /dev/null $(CHK_SOURCES) diff --git a/doc/AUTHORS.txt b/doc/AUTHORS.txt index dc2cec4e6..0ac83ebbd 100644 --- a/doc/AUTHORS.txt +++ b/doc/AUTHORS.txt @@ -17,15 +17,14 @@ ccache is a collective work with contributions from many people, including: * Andrew Tridgell * Bernhard Bauer * Björn Jacke -* Bo Rydberg * Chiaki Ishikawa -* Chris AtLee +* Chris AtLee * Clemens Rabe * David Givone * Edward Z. Yang -* Eric Blau * Francois Marier * Geert Bosch +* Grigory Entin * Hongli Lai * Ivan Vaigult * Jiang Jiang @@ -36,14 +35,16 @@ ccache is a collective work with contributions from many people, including: * Jørgen P. Tjernø * Justin Lebar * Karl Chen -* KonaBlend +* Kona Blend * Kovarththanan Rajaratnam * Lalit Chhabra * Lars Gustäbel * Leanid Chaika * Luboš Luňák * Mark Starovoytov +* Martin Ettl * Martin Pool +* Mathias De Maré * Matthias Kretz * Melven Roehrig-Zoellner * Michael Marineau @@ -51,23 +52,26 @@ ccache is a collective work with contributions from many people, including: * Mihai Serban * Mike Frysinger * Mikhail Kolomeytsev +* Mostyn Bramley-Moore * Neil Mushell * Nick Schultz * Norbert Lange * Oded Shimon -* orbitcowboy * Orgad Shaneh * Orion Poplawski * Owen Mann * Patrick von Reth * Paul Griffith * Pavel Boldin +* Per Nordlöw * Philippe Proulx * Ramiro Polla * Robin H. Johnson * Rolf Bjarne Kvinge * RW * Ryan Brown +* Sam Gross +* Thomas Röfer * Tim Potter * Tom Hughes * Tor Arne Vestbø