From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [ColdFire] Please pull git://www.denx.de/git/u-boot-coldfire.git
Date: Sat, 18 Aug 2007 14:44:13 +0200 [thread overview]
Message-ID: <200708181444.14192.sr@denx.de> (raw)
In-Reply-To: <200708161953.39723.sr@denx.de>
The following changes since commit d35b508a55508535b6e8445b718585d27df733d3:
Kim Phillips (1):
fdt: suppress unused variable 'bd' warning
are available in the git repository at:
git://www.denx.de/git/u-boot-coldfire.git
John Rigby (2):
Merge branch 'master' into u-boot-5329-early
Merge branch 'denx-coldfire' into coldfire-aug2007
Stefan Roese (7):
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
Coding style cleanup
Merge with git://www.denx.de/git/u-boot.git
Coding style cleanup
Merge with git://www.denx.de/git/u-boot.git
Coding style cleanup
ColdFire: Fix some remaining problems with CFG_CMD_
TsiChung (1):
Cache update and added CFG_UNIFY_CACHE
TsiChung Liew (1):
Added M5329AFEE and M5329BFEE Platforms
TsiChungLiew (47):
Revert file mode
Create new header file and move peripherals base address from configs file to new header file.
Clean up
Clean up
Seperate old structure defines and new structure defines
Seperate old structure defines and new structure defines
Duplicate code
Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
MII functions calls.
Update for flash.o and mii.o
Update header file and removed interrupt_init()
Update header file and enable icache
Update header file and some clean up
Enable Icache
Create interrupts.c and modify Makefile
Header file update, clean up and cache handling
Rename mcfserial.c. Update include header
Rename mcfrtc to rtc
New timer structure and defines
New uart structure and defines
Update header file and clean up
Add mcffec_initialize()
Update header files
Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
Moved sync() from board file to include/asm-m68k/io.h
Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
Added I2C support
Added NAND support
Port enabled for I2C signals and chipselects port configuration.
ColdFire: MCF5329 Update and cleanup
ColdFire: MCF5329 header file clean up
ColdFire: MCF5329 update cache
ColdFire: MCF52x2 update
ColdFire: MCF52x2 Header files update
ColdFire: cobra5272 platform for MCF52x2 update
ColdFire: idmr platform MCF52x2 update
ColdFire: update r5200 platform for MCF52x2
ColdFire: update TASREG platform for MCF52x2
ColdFire: Update EB+MCF-EV123 platform
ColdFire: Update Freescale MCF52x2 platforms
ColdFire: Add M5249EVB platform for MCF52x2
ColdFire: Add M5253EVBE platform for MCF52x2
ColdFire: Add M54455EVB for MCF5445x
ColdFire: Add M5235EVB Platform for MCF523x
CREDITS | 45 +-
MAINTAINERS | 10 +
MAKEALL | 7 +-
Makefile | 67 ++
README | 2 +
board/BuS/EB+MCF-EV123/Makefile | 2 +-
board/BuS/EB+MCF-EV123/mii.c | 304 ++++++
board/cobra5272/Makefile | 2 +-
board/cobra5272/cobra5272.c | 5 +-
board/cobra5272/mii.c | 303 ++++++
board/freescale/m5235evb/Makefile | 44 +
board/freescale/m5235evb/config.mk | 28 +
board/freescale/m5235evb/m5235evb.c | 117 +++
board/freescale/m5235evb/mii.c | 307 ++++++
board/freescale/m5235evb/u-boot.16 | 145 +++
board/freescale/m5235evb/u-boot.32 | 153 +++
board/freescale/m5235evb/u-boot.lds | 145 +++
board/freescale/m5249evb/Makefile | 44 +
board/freescale/m5249evb/config.mk | 25 +
board/freescale/m5249evb/m5249evb.c | 113 +++
board/freescale/m5249evb/u-boot.lds | 146 +++
board/freescale/m5253evbe/Makefile | 44 +
board/freescale/m5253evbe/config.mk | 25 +
board/freescale/m5253evbe/m5253evbe.c | 132 +++
board/freescale/m5253evbe/u-boot.lds | 144 +++
board/freescale/m5329evb/Makefile | 44 +
board/freescale/m5329evb/config.mk | 25 +
board/freescale/m5329evb/m5329evb.c | 88 ++
board/freescale/m5329evb/mii.c | 306 ++++++
board/freescale/m5329evb/nand.c | 114 +++
board/freescale/m5329evb/u-boot.lds | 144 +++
board/freescale/m54455evb/Makefile | 44 +
board/freescale/m54455evb/config.mk | 25 +
board/freescale/m54455evb/flash.c | 974 +++++++++++++++++++
board/freescale/m54455evb/m54455evb.c | 164 ++++
board/freescale/m54455evb/mii.c | 320 +++++++
board/freescale/m54455evb/u-boot.lds | 144 +++
board/idmr/Makefile | 2 +-
board/idmr/idmr.c | 3 +-
board/idmr/mii.c | 303 ++++++
board/m5271evb/Makefile | 2 +-
board/m5271evb/m5271evb.c | 3 +-
board/m5271evb/mii.c | 303 ++++++
board/m5272c3/Makefile | 2 +-
board/m5272c3/m5272c3.c | 7 +-
board/m5272c3/mii.c | 303 ++++++
board/m5282evb/Makefile | 2 +-
board/m5282evb/config.mk | 2 +-
board/m5282evb/flash.c | 378 --------
board/m5282evb/m5282evb.c | 61 ++-
board/m5282evb/mii.c | 304 ++++++
board/r5200/Makefile | 2 +-
board/r5200/mii.c | 303 ++++++
common/cmd_bdinfo.c | 67 ++-
common/cmd_mii.c | 2 +-
cpu/mcf523x/Makefile | 48 +
cpu/mcf523x/config.mk | 27 +
cpu/mcf523x/cpu.c | 109 +++
cpu/mcf523x/cpu_init.c | 145 +++
cpu/mcf523x/interrupts.c | 49 +
cpu/mcf523x/speed.c | 49 +
cpu/mcf523x/start.S | 340 +++++++
cpu/mcf52x2/Makefile | 4 +-
cpu/mcf52x2/cpu.c | 184 ++--
cpu/mcf52x2/cpu_init.c | 448 ++++++----
cpu/mcf52x2/fec.c | 605 ------------
cpu/mcf52x2/interrupts.c | 186 +---
cpu/mcf52x2/serial.c | 215 -----
cpu/mcf52x2/speed.c | 35 +-
cpu/mcf52x2/start.S | 54 +-
cpu/mcf532x/Makefile | 48 +
cpu/mcf532x/config.mk | 27 +
cpu/mcf532x/cpu.c | 119 +++
cpu/mcf532x/cpu_init.c | 141 +++
cpu/mcf532x/interrupts.c | 49 +
cpu/mcf532x/speed.c | 216 +++++
cpu/mcf532x/start.S | 335 +++++++
cpu/mcf5445x/Makefile | 48 +
cpu/mcf5445x/config.mk | 27 +
cpu/mcf5445x/cpu.c | 97 ++
cpu/mcf5445x/cpu_init.c | 140 +++
cpu/mcf5445x/interrupts.c | 52 +
cpu/mcf5445x/pci.c | 189 ++++
cpu/mcf5445x/speed.c | 186 ++++
cpu/mcf5445x/start.S | 388 ++++++++
doc/README.m5253evbe | 103 ++
doc/README.m54455evb | 416 +++++++++
drivers/net/Makefile | 45 +
drivers/net/mcffec.c | 597 ++++++++++++
drivers/serial/Makefile | 45 +
drivers/serial/mcfuart.c | 131 +++
include/asm-m68k/bitops.h | 39 +
include/asm-m68k/byteorder.h | 102 ++-
include/asm-m68k/errno.h | 138 +++
include/asm-m68k/fec.h | 277 ++++++-
include/asm-m68k/fsl_i2c.h | 86 ++
include/asm-m68k/global_data.h | 8 +
include/asm-m68k/immap.h | 242 +++++
include/asm-m68k/immap_5235.h | 378 ++++++++
include/asm-m68k/immap_5249.h | 22 +-
include/asm-m68k/immap_5253.h | 95 ++
include/asm-m68k/immap_5271.h | 136 ++--
include/asm-m68k/immap_5272.h | 689 ++++++--------
include/asm-m68k/immap_5282.h | 217 ++++--
include/asm-m68k/immap_5329.h | 793 ++++++++++++++++
include/asm-m68k/immap_5445x.h | 937 +++++++++++++++++++
include/asm-m68k/io.h | 221 +++++-
include/asm-m68k/m5235.h | 905 ++++++++++++++++++
include/asm-m68k/m5249.h | 205 ++---
include/asm-m68k/m5253.h | 73 ++
include/asm-m68k/m5271.h | 105 ++-
include/asm-m68k/m5272.h | 221 ++++--
include/asm-m68k/m5282.h | 270 ++++--
include/asm-m68k/m5329.h | 1658 +++++++++++++++++++++++++++++++++
include/asm-m68k/m5445x.h | 1541 ++++++++++++++++++++++++++++++
include/asm-m68k/mcftimer.h | 113 ---
include/asm-m68k/mcfuart.h | 221 -----
include/asm-m68k/ptrace.h | 44 +-
include/asm-m68k/rtc.h | 109 +++
include/asm-m68k/timer.h | 118 +++
include/asm-m68k/u-boot.h | 56 +-
include/asm-m68k/uart.h | 171 ++++
include/common.h | 2 +-
include/configs/EB+MCF-EV123.h | 41 +-
include/configs/M5235EVB.h | 261 ++++++
include/configs/M5249EVB.h | 194 ++++
include/configs/M5253EVBE.h | 212 +++++
include/configs/M5271EVB.h | 100 ++-
include/configs/M5272C3.h | 105 ++-
include/configs/M5282EVB.h | 147 +++-
include/configs/M5329EVB.h | 267 ++++++
include/configs/M54455EVB.h | 391 ++++++++
include/configs/TASREG.h | 4 +
include/configs/cobra5272.h | 26 +-
include/configs/idmr.h | 32 +-
include/configs/r5200.h | 30 +-
lib_m68k/Makefile | 2 +-
lib_m68k/board.c | 98 ++-
lib_m68k/interrupts.c | 115 +++
lib_m68k/m68k_linux.c | 378 +++++---
lib_m68k/time.c | 250 ++----
net/eth.c | 4 +
rtc/Makefile | 3 +-
rtc/mcfrtc.c | 121 +++
144 files changed, 22386 insertions(+), 3284 deletions(-)
create mode 100644 board/BuS/EB+MCF-EV123/mii.c
create mode 100644 board/cobra5272/mii.c
create mode 100644 board/freescale/m5235evb/Makefile
create mode 100644 board/freescale/m5235evb/config.mk
create mode 100644 board/freescale/m5235evb/m5235evb.c
create mode 100644 board/freescale/m5235evb/mii.c
create mode 100644 board/freescale/m5235evb/u-boot.16
create mode 100644 board/freescale/m5235evb/u-boot.32
create mode 100644 board/freescale/m5235evb/u-boot.lds
create mode 100644 board/freescale/m5249evb/Makefile
create mode 100644 board/freescale/m5249evb/config.mk
create mode 100644 board/freescale/m5249evb/m5249evb.c
create mode 100644 board/freescale/m5249evb/u-boot.lds
create mode 100644 board/freescale/m5253evbe/Makefile
create mode 100644 board/freescale/m5253evbe/config.mk
create mode 100644 board/freescale/m5253evbe/m5253evbe.c
create mode 100644 board/freescale/m5253evbe/u-boot.lds
create mode 100644 board/freescale/m5329evb/Makefile
create mode 100644 board/freescale/m5329evb/config.mk
create mode 100644 board/freescale/m5329evb/m5329evb.c
create mode 100644 board/freescale/m5329evb/mii.c
create mode 100644 board/freescale/m5329evb/nand.c
create mode 100644 board/freescale/m5329evb/u-boot.lds
create mode 100644 board/freescale/m54455evb/Makefile
create mode 100644 board/freescale/m54455evb/config.mk
create mode 100644 board/freescale/m54455evb/flash.c
create mode 100644 board/freescale/m54455evb/m54455evb.c
create mode 100644 board/freescale/m54455evb/mii.c
create mode 100644 board/freescale/m54455evb/u-boot.lds
create mode 100644 board/idmr/mii.c
create mode 100644 board/m5271evb/mii.c
create mode 100644 board/m5272c3/mii.c
delete mode 100644 board/m5282evb/flash.c
create mode 100644 board/m5282evb/mii.c
create mode 100644 board/r5200/mii.c
create mode 100644 cpu/mcf523x/Makefile
create mode 100644 cpu/mcf523x/config.mk
create mode 100644 cpu/mcf523x/cpu.c
create mode 100644 cpu/mcf523x/cpu_init.c
create mode 100644 cpu/mcf523x/interrupts.c
create mode 100644 cpu/mcf523x/speed.c
create mode 100644 cpu/mcf523x/start.S
delete mode 100644 cpu/mcf52x2/fec.c
delete mode 100644 cpu/mcf52x2/serial.c
create mode 100644 cpu/mcf532x/Makefile
create mode 100644 cpu/mcf532x/config.mk
create mode 100644 cpu/mcf532x/cpu.c
create mode 100644 cpu/mcf532x/cpu_init.c
create mode 100644 cpu/mcf532x/interrupts.c
create mode 100644 cpu/mcf532x/speed.c
create mode 100644 cpu/mcf532x/start.S
create mode 100644 cpu/mcf5445x/Makefile
create mode 100644 cpu/mcf5445x/config.mk
create mode 100644 cpu/mcf5445x/cpu.c
create mode 100644 cpu/mcf5445x/cpu_init.c
create mode 100644 cpu/mcf5445x/interrupts.c
create mode 100644 cpu/mcf5445x/pci.c
create mode 100644 cpu/mcf5445x/speed.c
create mode 100644 cpu/mcf5445x/start.S
create mode 100644 doc/README.m5253evbe
create mode 100644 doc/README.m54455evb
create mode 100644 drivers/net/Makefile
create mode 100644 drivers/net/mcffec.c
create mode 100644 drivers/serial/Makefile
create mode 100644 drivers/serial/mcfuart.c
create mode 100644 include/asm-m68k/errno.h
create mode 100644 include/asm-m68k/fsl_i2c.h
create mode 100644 include/asm-m68k/immap.h
create mode 100644 include/asm-m68k/immap_5235.h
create mode 100644 include/asm-m68k/immap_5253.h
create mode 100644 include/asm-m68k/immap_5329.h
create mode 100644 include/asm-m68k/immap_5445x.h
create mode 100644 include/asm-m68k/m5235.h
create mode 100644 include/asm-m68k/m5253.h
create mode 100644 include/asm-m68k/m5329.h
create mode 100644 include/asm-m68k/m5445x.h
delete mode 100644 include/asm-m68k/mcftimer.h
delete mode 100644 include/asm-m68k/mcfuart.h
create mode 100644 include/asm-m68k/rtc.h
create mode 100644 include/asm-m68k/timer.h
create mode 100644 include/asm-m68k/uart.h
create mode 100644 include/configs/M5235EVB.h
create mode 100644 include/configs/M5249EVB.h
create mode 100644 include/configs/M5253EVBE.h
create mode 100644 include/configs/M5329EVB.h
create mode 100644 include/configs/M54455EVB.h
create mode 100644 lib_m68k/interrupts.c
create mode 100644 rtc/mcfrtc.c
next prev parent reply other threads:[~2007-08-18 12:44 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-23 12:32 [U-Boot-Users] [MPC82xx] Fixes for MPC8272 Wolfgang Denk
2007-04-23 13:16 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-04-23 13:41 ` [U-Boot-Users] Please pull git://www.denx.de/git/u-boot-testing.git Stefan Roese
2007-05-05 15:31 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-nand-flash.git Wolfgang Denk
2007-05-18 9:21 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-05-24 9:12 ` Stefan Roese
2007-06-01 14:27 ` Stefan Roese
2007-06-06 9:50 ` Stefan Roese
2007-06-19 15:49 ` Stefan Roese
2007-06-20 16:15 ` Wolfgang Denk
2007-06-22 1:09 ` Kim Phillips
2007-06-22 5:41 ` Stefan Roese
2007-06-22 14:18 ` Stefan Roese
2007-06-22 15:34 ` Kim Phillips
2007-06-22 15:05 ` Stefan Roese
2007-06-22 15:32 ` [U-Boot-Users] [PATCH] ppc7xx: Update CPCI750 board Stefan Roese
2007-08-16 9:18 ` Wolfgang Denk
2007-08-02 6:47 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-08-14 14:39 ` Stefan Roese
2007-08-14 18:38 ` Wolfgang Denk
2007-08-16 6:58 ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-08-16 9:52 ` Wolfgang Denk
2007-08-16 17:53 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-08-18 12:44 ` Stefan Roese [this message]
2007-08-18 19:57 ` [U-Boot-Users] [ColdFire] Please pull git://www.denx.de/git/u-boot-coldfire.git Wolfgang Denk
2007-08-18 19:37 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Wolfgang Denk
2007-08-28 13:12 ` Stefan Roese
2007-08-28 22:54 ` Wolfgang Denk
2007-09-02 12:05 ` Stefan Roese
2007-09-06 22:07 ` Wolfgang Denk
2007-09-17 6:50 ` [U-Boot-Users] [NAND] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2007-10-13 19:43 ` Wolfgang Denk
2007-09-27 11:59 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-10-02 9:47 ` Stefan Roese
2007-10-02 17:57 ` Wolfgang Denk
2007-10-15 9:57 ` Stefan Roese
2007-10-15 10:56 ` Wolfgang Denk
2007-10-18 5:59 ` Stefan Roese
2007-10-18 20:03 ` Wolfgang Denk
2007-12-17 14:56 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2007-12-26 23:09 ` Wolfgang Denk
2007-12-31 6:36 ` Stefan Roese
2007-12-31 7:13 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-12-31 13:59 ` gvb.uboot
2008-01-02 11:41 ` Wolfgang Denk
2008-01-04 11:08 ` Stefan Roese
2008-01-05 9:21 ` Stefan Roese
2008-01-08 12:42 ` Wolfgang Denk
2008-01-09 10:01 ` Stefan Roese
2008-01-09 10:24 ` Wolfgang Denk
2008-01-09 18:38 ` Larry Johnson
2008-01-09 18:59 ` Stefan Roese
2008-01-09 19:05 ` Jerry Van Baren
2008-02-14 10:55 ` Stefan Roese
2008-02-14 23:23 ` Wolfgang Denk
2008-02-16 6:11 ` Stefan Roese
2008-02-16 22:59 ` Wolfgang Denk
2008-02-21 16:19 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-02-22 12:02 ` Wolfgang Denk
2008-02-25 15:52 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-03-02 20:30 ` Wolfgang Denk
2008-03-07 8:23 ` Stefan Roese
2008-03-08 9:52 ` Wolfgang Denk
2008-03-15 7:00 ` Stefan Roese
2008-03-15 23:42 ` Wolfgang Denk
2008-03-19 12:46 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-03-22 23:53 ` Wolfgang Denk
2008-03-27 10:30 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-03-29 5:21 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-03-29 5:54 ` Stefan Roese
2008-04-07 21:56 ` Wolfgang Denk
2008-03-31 10:28 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-04-07 21:54 ` Wolfgang Denk
2008-04-09 10:58 ` Stefan Roese
2008-04-11 14:49 ` Stefan Roese
2008-04-12 7:02 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-04-13 17:18 ` Wolfgang Denk
2008-04-25 13:55 ` Stefan Roese
2008-04-25 22:07 ` Wolfgang Denk
2008-04-13 17:17 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Wolfgang Denk
2008-04-18 15:02 ` Stefan Roese
2008-04-22 13:51 ` Stefan Roese
2008-04-22 15:28 ` Wolfgang Denk
2008-04-25 11:40 ` Stefan Roese
2008-04-25 22:06 ` Wolfgang Denk
2008-04-13 17:17 ` Wolfgang Denk
2008-01-11 15:14 ` Stefan Roese
2008-01-11 23:16 ` Wolfgang Denk
2008-01-17 15:07 ` Stefan Roese
2008-01-23 13:20 ` Wolfgang Denk
2008-01-13 14:11 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-01-13 15:53 ` Wolfgang Denk
2008-01-16 13:33 ` [U-Boot-Users] [nand-flash] Please pull git://www.denx.de/git/u-boot-nand-flash.git Stefan Roese
2008-01-16 14:05 ` Wolfgang Denk
2008-04-18 14:30 ` Stefan Roese
2008-01-14 9:11 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-01-14 9:53 ` Wolfgang Denk
2008-01-02 11:40 ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200708181444.14192.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox