* .mailmap: add mapping for Dave's two email addresses. * AUTHORS: clear out file, tell people to use `git shortlog -s` instead. * doc/footer.txt: "promote" Dave, put Xavier and Nagy in past contributors.
Signed-off-by: Dan McGee <[email protected]> --- .mailmap | 1 + AUTHORS | 17 +---------------- doc/footer.txt | 9 ++++++--- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/.mailmap b/.mailmap index 351ed02..c3f8ce2 100644 --- a/.mailmap +++ b/.mailmap @@ -7,6 +7,7 @@ Bryan Ischo <[email protected]> <[email protected]> Christos Nouskas <[email protected]> <[email protected]> Daenyth Blank <[email protected]> <[email protected]> Daenyth Blank <[email protected]> <[email protected]> +Dave Reisner <[email protected]> <[email protected]> 甘露(Gan Lu) <[email protected]> Giovanni Scafora <[email protected]> <[email protected]> Jaroslaw Swierczynski <[email protected]> <[email protected]> diff --git a/AUTHORS b/AUTHORS index 3ba87f5..65fddac 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,16 +1 @@ -Judd Vinet <[email protected]> -Aurelien Foret <[email protected]> -Aaron Griffin <[email protected]> -Dan McGee <[email protected]> - -Miklós Vajna <[email protected]> -Christian Hamar <[email protected]> -Josh Wheeler <[email protected]> -David Kimpe <[email protected]> -James Rosten <[email protected]> -Roman Kyrylych <[email protected]> -Andrew Fyfe <[email protected]> -Chantry Xavier <[email protected]> -Nagy Gabor <[email protected]> -Nathan Jones <[email protected]> -Allan McRae <[email protected]> +Use `git shortlog -s` for a list of contributors. diff --git a/doc/footer.txt b/doc/footer.txt index a132542..10ef067 100644 --- a/doc/footer.txt +++ b/doc/footer.txt @@ -20,12 +20,15 @@ Current maintainers: * Allan McRae <[email protected]> * Dan McGee <[email protected]> -* Xavier Chantry <[email protected]> +* Dave Reisner <[email protected]> -Past contributors: +Past major contributors: * Judd Vinet <[email protected]> * Aurelien Foret <[email protected]> * Aaron Griffin <[email protected]> +* Xavier Chantry <[email protected]> +* Nagy Gabor <[email protected]> -See the 'AUTHORS' file for additional contributors. +For additional contributors, use `git shortlog -s` on the pacman.git +repository. -- 1.7.6
