mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: "Linus Torvalds" <torvalds@osdl-foundation.org>,
	"Randy Dunlap" <randy.dunlap@oracle.com>,
	"Pavel Machek" <pavel@suse.cz>,
	"Uwe Kleine-König" <ukleinek@strlen.de>
Subject: [PATCH 0/3] Add file patterns to MAINTAINERS and script to parse MAINTAINERS
Date: Mon, 20 Oct 2008 15:28:21 -0700	[thread overview]
Message-ID: <1224541704-30357-1-git-send-email-joe@perches.com> (raw)

Now that "F:" is documented in MAINTAINERS, this patchset
adds more patterns and a script to find the maintainer
of an individual file or files in a patch.

Other relevant information from MAINTAINERS sections can
also be generated.

patch 1: Add patterns to MAINTAINERS
patch 2: Add scripts/get_maintainer.pl
patch 3: Miscellaneous cleanups of MAINTAINERS

$ ./scripts/get_maintainer.pl 
usage: ./scripts/get_maintainer.pl [options] patchfile 
       ./scripts/get_maintainer.pl [options] -f file
version: 0.12

MAINTAINER field selection options:
  --email => print email address(es) if any
    --git => include recent git *-by: signers
    --git-chief-penguins => include (Linus Torvalds|Andrew Morton)
    --m => include maintainer(s) if any
    --n => include name 'Full Name <addr@domain.tld>'
    --l => include list(s) if any
    --s => include subscriber only list(s) if any
  --scm => print SCM tree(s) if any
  --status => print status if any
  --subsystem => print subsystem name if any
  --web => print website(s) if any

Output type options:
  --separator [, ] => separator for multiple entries on 1 line
  --multiline => print 1 entry per line

Default options:
  [--email --git --m --l --multiline]

Signed-off-by: Joe Perches <joe@perches.com>



             reply	other threads:[~2008-10-20 22:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 22:28 Joe Perches [this message]
2008-10-20 22:28 ` [PATCH 1/3] Add file patterns to MAINTAINERS Joe Perches
2008-10-20 22:28   ` [PATCH 2/3] Add a script to parse file pattern information in MAINTAINERS Joe Perches
2008-10-20 22:28     ` [PATCH 3/3] MAINTAINERS updates Joe Perches
2008-10-21  8:26       ` Pavel Machek
2008-10-21  8:31         ` Joe Perches
2008-10-20 22:50   ` [PATCH 1/3] Add file patterns to MAINTAINERS Dominik Brodowski
2008-10-20 23:02     ` Joe Perches
2008-10-20 23:45       ` Dominik Brodowski
2008-10-21  0:12         ` Joe Perches
2008-10-21  0:30           ` Dominik Brodowski
2008-10-21  1:58   ` Jeff Kirsher
2008-10-21  2:38     ` Joe Perches
2008-10-21  8:25   ` Pavel Machek

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=1224541704-30357-1-git-send-email-joe@perches.com \
    --to=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@suse.cz \
    --cc=randy.dunlap@oracle.com \
    --cc=torvalds@osdl-foundation.org \
    --cc=ukleinek@strlen.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

Powered by JetHome