Re: [PATCH 2/5 v3] sh: add git tree to MAINTAINERS
From: Rich Felker <dalias@libc.org>
Date: 2021-10-27 20:54:37
Also in:
lkml
On Mon, Oct 04, 2021 at 05:19:11PM -0700, Randy Dunlap wrote:
quoted hunk ↗ jump to hunk
Add the git tree location for linux-sh. Signed-off-by: Randy Dunlap <redacted> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Cc: linux-sh@vger.kernel.org Cc: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Cc: Geert Uytterhoeven <geert+renesas@glider.be> --- v3: new patch in this series MAINTAINERS | 1 + 1 file changed, 1 insertion(+)--- linux-next-20211001.orig/MAINTAINERS +++ linux-next-20211001/MAINTAINERS@@ -18047,6 +18047,7 @@ M: Yoshinori Sato <ysato@users.sourcefor M: Rich Felker <dalias@libc.org> L: linux-sh@vger.kernel.org S: Maintained +T: git git://git.libc.org/linux-sh Q: http://patchwork.kernel.org/project/linux-sh/list/ F: Documentation/sh/ F: arch/sh/
I'm omitting this for now since (as noted on the cgit description) this server is not provisioned adequately for cloning from scratch, and should only be used for fetch into an already-populated mainline repo clone. If that's a problem I can see about getting it moved somewhere more appropriate. The rest of this series should appear in next shortly. Rich