Message ID | 20240828171253.3739421-8-michael@niedermayer.cc |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,01/10] MAINTAINERS: Add L field based on the linux kernel MAINTAINERs | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
Hi, On Wed, Aug 28, 2024 at 1:25 PM Michael Niedermayer <michael@niedermayer.cc> wrote: > +(T <address>) *SCM* tree type and location. > + Type is one of: git, hg, quilt, stgit, topgit > S (see subject) or T (see text)? One of them is contradicting the other. Ronald
On Thu, Aug 29, 2024 at 07:59:27AM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, Aug 28, 2024 at 1:25 PM Michael Niedermayer <michael@niedermayer.cc> > wrote: > > > +(T <address>) *SCM* tree type and location. > > + Type is one of: git, hg, quilt, stgit, topgit > > > > S (see subject) or T (see text)? One of them is contradicting the other. The linux kernel uses T so ill apply it with that no reason to diverge thx [...]
diff --git a/MAINTAINERS b/MAINTAINERS index ed2150d519c..c7cb20f5e08 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23,6 +23,9 @@ patches and related discussions. patches to the given subsystem. This is either an in-tree file, or a URI. See Documentation/maintainer/maintainer-entry-profile.rst for details. +(T <address>) *SCM* tree type and location. + Type is one of: git, hg, quilt, stgit, topgit + Applications ============
Text was stolen from the linux kernel This is thus identical to the kernel just a different more compact format. I am very happy also to switch the file entirely to the format of the linux kernel maintainer list if people prefer This allows specifying a git repository for an area Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)