Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1294661
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC |
| Date | 2015-12-18 12:00 +0100 |
| Message-ID | <qH0Vs-4xe-11@gated-at.bofh.it> (permalink) |
| References | <qGYAi-3aB-3@gated-at.bofh.it> <qH0LM-4tM-19@gated-at.bofh.it> <qH0LM-4tM-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Dec 18, 2015 at 11:49:08AM +0100, Borislav Petkov wrote:
> On Fri, Dec 18, 2015 at 03:51:36PM +0800, Fengguang Wu wrote:
> > CC: Doug Thompson <dougthompson@xmission.com>
> > CC: Borislav Petkov <bp@alien8.de>
> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > ---
> > MAINTAINERS | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > --- linux.orig/MAINTAINERS 2015-12-18 15:43:27.677016878 +0800
> > +++ linux/MAINTAINERS 2015-12-18 15:43:27.673016878 +0800
> > @@ -3945,8 +3945,8 @@ M: Borislav Petkov <bp@alien8.de>
> > M: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
> > L: linux-edac@vger.kernel.org
> > W: bluesmoke.sourceforge.net
> > -T: git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
> > -T: git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
> > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
> > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
>
> Huh, "git git://"? That's twice and the protocol git:// already says
> what kind of a repo this is.
>
> This is redundant.
That's the required format, documented earlier in MAINTAINERS:
T: SCM tree type and location.
Type is one of: git, hg, quilt, stgit, topgit
Which is followed all other places, eg.
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
T: git https://github.com/Xilinx/linux-xlnx.git
Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Borislav Petkov <bp@alien8.de> - 2015-12-18 11:50 +0100
Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Fengguang Wu <fengguang.wu@intel.com> - 2015-12-18 12:00 +0100
Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Borislav Petkov <bp@alien8.de> - 2015-12-18 12:10 +0100
Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Borislav Petkov <bp@alien8.de> - 2015-12-18 12:50 +0100
Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Fengguang Wu <fengguang.wu@intel.com> - 2015-12-18 13:00 +0100
Re: [PATCH 13/43] MAINTAINERS: fix git URL for EDAC Borislav Petkov <bp@alien8.de> - 2015-12-18 13:10 +0100
csiph-web