On Nov 6, 2011, at 5:07 PM, Mike Frysinger wrote:

> This should make sending out e-mails to the right people easier.
> 
> Signed-off-by: Mike Frysinger <vap...@gentoo.org>
> ---
> doc/git-mailrc |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 100 insertions(+), 0 deletions(-)
> create mode 100644 doc/git-mailrc
> 
> diff --git a/doc/git-mailrc b/doc/git-mailrc
> new file mode 100644
> index 0000000..2b4e590
> --- /dev/null
> +++ b/doc/git-mailrc
> @@ -0,0 +1,100 @@
> +# To use this file, run in your u-boot tree:
> +#    git config sendemail.aliasesfile doc/git-mailrc
> +#    git config sendemail.aliasfiletype mutt
> +#
> +# Then when sending patches, you can use:
> +#    git send-email --to u-boot --cc i2c ...
> +
> +alias uboot  u-boot@lists.denx.de
> +alias u-boot uboot
> +
> +# Maintainer aliases.  Use the same alias here as patchwork to keep
> +# things simple and easy to look up/coordinate.
> +alias aaribaud       Albert Aribaud <albert.u.b...@aribaud.net>
> +alias afleming       Andy Fleming <aflem...@freescale.com>
> +alias ag             Anatolij Gustschin <ag...@denx.de>
> +alias gruss          Graeme Russ <graeme.r...@gmail.com>
> +alias hs             Heiko Schocher <h...@denx.de>
> +alias iwamatsu       Nobuhiro Iwamatsu <iwama...@nigauri.org>
> +alias jasonjin       Jason Jin <jason....@freescale.com>
> +alias kimphill       Kim Phillips <kim.phill...@freescale.com>
> +alias kumar          Kumar Gala <kumar.g...@freescale.com>

Please change to 'galak' & ga...@kernel.crashing.org

> +alias macpaul        Macpaul Lin <macp...@andestech.com>
> +alias marex          Marek Vasut <marek.va...@gmail.com>
> +alias monstr         Michal Simek <mon...@monstr.eu>
> +alias prafulla       Prafulla Wadaskar <prafu...@marvell.com>
> +alias rbohmer        Remy Bohmer <li...@bohmer.net>
> +alias reinhardm      Reinhard Meyer <u-b...@emk-elektronik.de>
> +alias sbabic         Stefano Babic <sba...@denx.de>
> +alias scottwood      Scott Wood <scottw...@freescale.com>
> +alias smcnutt        Scott McNutt <smcn...@psyent.com>
> +alias stroese        Stefan Roese <s...@denx.de>
> +alias vapier         Mike Frysinger <vap...@gentoo.org>
> +alias wd             Wolfgang Denk <w...@denx.de>
> +
> +# Architecture aliases
> +alias arch           arm, avr32, bfin, m68k, microblaze, mips, nds32, nios2, 
> powerpc, sandbox, superh, sparc, x86
> +alias arches         arch
> +
> +alias arm            uboot, aaribaud
> +alias at91           uboot, reinhardm
> +alias davinci        omap
> +alias imx            uboot, sbabic
> +alias kirkwood       uboot, prafulla
> +alias omap           uboot, Sandeep Paulraj <s-paul...@ti.com>
> +alias pxa            uboot, marex
> +alias s3c            samsung
> +alias s5pc           samsung
> +alias samsung        uboot, 
> +alias tegra          uboot, Simon Glass <s...@chromium.org>, Tom Warren 
> <twar...@nvidia.com>, Stephen Warren <swar...@nvidia.com>
> +alias tegra2         tegra
> +
> +alias avr32          uboot, reinhardm
> +
> +alias bfin           uboot, vapier
> +alias blackfin       bfin
> +
> +alias m68k           uboot, jasonjin
> +alias coldfire       m68k
> +
> +alias microblaze     uboot, monstr
> +alias mb             microblaze
> +
> +alias mips           uboot, Shinya Kuribayashi <skuri...@pobox.com>
> +
> +alias nds32          uboot, macpaul
> +
> +alias nios           uboot, Thomas Chou <tho...@wytron.com.tw>, smcnutt
> +alias nios2          nios
> +
> +alias powerpc        uboot, afleming, kimphill, kumar, stroese, wd
> +alias ppc            powerpc
> +alias mpc5xxx        uboot, wd
> +alias mpc8xx         uboot, wd
> +alias mpc82xx        uboot, wd
> +alias mpc83xx        uboot, kimphill
> +alias mpc85xx        uboot, afleming, kumar
> +alias mpc86xx        uboot, afleming, kumar
> +alias ppc4xx         uboot, stroese
> +alias ppc7xx         uboot, wd
> +alias ppc74xx        uboot, wd
> +
> +alias sandbox        Simon Glass <s...@chromium.org>
> +alias sb             sandbox
> +
> +alias sparc          uboot, Daniel Hellstrom <dan...@gaisler.com>
> +
> +alias superh         uboot, iwamatsu
> +alias sh             superh
> +
> +alias x86            uboot, gruss
> +
> +# Subsystem aliases
> +alias cfi            uboot, stroese
> +alias fdt            uboot, Jerry Van Baren <vanba...@cideas.com>
> +alias i2c            uboot, hs
> +alias mmc            uboot, afleming
> +alias nand           uboot, scottwood
> +alias net            uboot, wd
> +alias usb            uboot, rbohmer
> +alias video          uboot, ag
> -- 
> 1.7.6.1
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to