1# This file allows mapping several author and committer email addresses and 2# names to a single canonical one for `git shortlog`, `git log --author`, 3# or `git check-mailmap`. 4# 5# For example, if you commit as `[email protected]` but sometimes use 6# "Rañdom Person" and sometimes "Random Person" as name and you want the former 7# to be your canonical name, add 8# 9# Rañdom Person <[email protected]> 10# 11# If you commit as both `[email protected]` and `[email protected]` and 12# you want the former to be your canonical email address, add 13# 14# <[email protected]> <[email protected]> 15# 16# Combinations of both are possible too, see 17# https://git-scm.com/docs/gitmailmap for format details. 18# 19# You can commit changes for your own names and email addresses without review. 20# If you want to add entries for other people, please have them review the 21# addition. 22# 23# Please keep this file sorted. 24 25<[email protected]> <[email protected]> 26<[email protected]> <[email protected]> 27<[email protected]> <[email protected]> 28<[email protected]> <[email protected]> 29<[email protected]> <[email protected]> 30<[email protected]> <[email protected]> 31<[email protected]> <[email protected]> 32<[email protected]> <[email protected]> 33Jon Roelofs <[email protected]> <[email protected]> 34Jon Roelofs <[email protected]> <[email protected]> 35LLVM GN Syncbot <[email protected]> 36Martin Storsjö <[email protected]> 37Saleem Abdulrasool <[email protected]> 38