]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Update authors
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 6 Oct 2022 20:05:21 +0000 (22:05 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Oct 2022 08:50:08 +0000 (10:50 +0200)
.mailmap
doc/AUTHORS.adoc
misc/update-authors

index 601bca611bff67e651885f1594b541337388a6bc..9006713c0cbb112ee46a820da5326d13ffee8d2f 100644 (file)
--- a/.mailmap
+++ b/.mailmap
@@ -17,6 +17,7 @@ Jonny Yu <yingshen.yu@gmail.com>
 Ka Ho Ng <khng300@gmail.com>
 Kona Blend <kona8lend@gmail.com>
 Leanid Chaika <leanid.chaika@gmail.com>
+Louis Caron <caron_louis@yahoo.fr>
 Luboš Luňák <l.lunak@centrum.cz> <l.lunak@suse.cz>
 Martin Ettl <ettl.martin78@gmail.com>
 Mizuha Himuraki <mocha.java.cchip@gmail.com>
index b772ba9136a0be2d1f1cc600dccef4035b240cb4..8d8f12cb2e874fa9514e69bec1bc299f561adb96 100644 (file)
@@ -32,6 +32,7 @@ Ccache is a collective work with contributions from many people, including:
 * Chris Burr
 * Clemens Rabe
 * Cristian Adam
+* Daniel Richtmann
 * David Givone
 * Deepak Yadav
 * Doug Anderson
@@ -75,6 +76,7 @@ Ccache is a collective work with contributions from many people, including:
 * Lars Gustäbel
 * Leanid Chaika
 * Loïc Yhuel
+* Louis Caron
 * Luboš Luňák
 * Maarten Maathuis
 * Marius Zwicker
@@ -121,10 +123,12 @@ Ccache is a collective work with contributions from many people, including:
 * Philipp Gortan
 * Philipp Storz
 * Rafael Kitover
+* Raihaan Shouhell
 * Ramiro Polla
 * Robert Yang
 * Robin H. Johnson
 * Rolf Bjarne Kvinge
+* Rosen Penev
 * R. Voggenauer
 * Ryan Brown
 * Ryan Burns
@@ -145,6 +149,7 @@ Ccache is a collective work with contributions from many people, including:
 * Tom Stellard
 * Tor Arne Vestbø
 * Vadim Petrochenkov
+* Varun Sharma
 * Vili Väinölä
 * Ville Skyttä
 * William S Fulton
index 3e0fcc07e49eacef351af14eb36d10a395c15bf5..9964b5147a3072efb08ee5b27c811a700855b0c4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-anonymous="^(6d5CfLQ3dYAb|Delgan|luzpaz|RW|vsplesk)$"
+anonymous="^(6d5CfLQ3dYAb|bengtj|Delgan|luzpaz|RW|vsplesk)$"
 
 if [ -d .git ]; then
     # Fetch full Git history if needed, e.g. when run via CI.