All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] MAINTAINERS - script, patterns, and misc fixes
@ 2009-01-13 20:28 Joe Perches
  2009-01-13 20:28 ` [PATCH 01/10] Add scripts/get_maintainer.pl Joe Perches
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Joe Perches @ 2009-01-13 20:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Pavel Machek, linux-kernel

This patchset adds a script to find the maintainer
of an individual file or files in a patch and
additional patterns to MAINTAINERS.

Other information from MAINTAINERS sections can
also be generated by file or patch.

Changes since last submission:

Changed patterns for recent renames
Added patterns for recent MAINTAINERS entries

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

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [PATCH 0/10] MAINTAINERS - add script and patterns
@ 2008-11-18 17:13 Joe Perches
  2008-11-18 17:13 ` [PATCH 08/10] MAINTAINERS - Add FTRACE git Joe Perches
  0 siblings, 1 reply; 25+ messages in thread
From: Joe Perches @ 2008-11-18 17:13 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Andrew Morton, Randy Dunlap, Uwe Kleine-König, Pavel Machek

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

Other information from MAINTAINERS sections can
also be generated by file or patch.

Changes since last submission:

scripts/get_maintainers.pl is checkpatch clean
Changed patterns for recent renames
Added patterns for recent MAINTAINERS entries
Fix i2c-tiny-usb entry
Update FPU Emulator entry

1/10: Add scripts/get_maintainer.pl
2/10: MAINTAINERS - Add file patterns
3/10: MAINTAINERS - Standardize style
4/10: MAINTAINERS - Remove CS4280
5/10: MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree
6/10: MAINTAINERS - Standardize "T:	git urls"
7/10: MAINTAINERS - Add Linus Torvalds' git
8/10: MAINTAINERS - Add FTRACE git
9/10: MAINTAINERS - Fix i2c-tiny-usb entry
10/10: MAINTAINERS - Update FPU Emulator contact address and web page

$ ./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]


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2009-01-14 22:38 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 20:28 [PATCH 0/10] MAINTAINERS - script, patterns, and misc fixes Joe Perches
2009-01-13 20:28 ` [PATCH 01/10] Add scripts/get_maintainer.pl Joe Perches
2009-01-13 20:28 ` [PATCH 02/10] MAINTAINERS - Add file patterns Joe Perches
2009-01-13 20:28 ` [PATCH 03/10] MAINTAINERS - Standardize style Joe Perches
2009-01-13 20:28 ` [PATCH 04/10] MAINTAINERS - Remove CS4280 Joe Perches
2009-01-13 20:28 ` [PATCH 05/10] MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree Joe Perches
2009-01-13 20:28 ` [PATCH 06/10] MAINTAINERS - standardize "T: git urls" Joe Perches
2009-01-13 20:28 ` [PATCH 07/10] MAINTAINERS - Add Linus Torvalds' git Joe Perches
2009-01-13 20:28 ` [PATCH 08/10] MAINTAINERS - Add FTRACE git Joe Perches
2009-01-14  5:59   ` Paul Mundt
2009-01-14  6:19     ` Joe Perches
2009-01-14 13:16       ` Steven Rostedt
2009-01-14 13:35         ` Frédéric Weisbecker
2009-01-14 22:37         ` Ingo Molnar
2009-01-13 20:28 ` [PATCH 09/10] MAINTAINERS - i2c_tiny_usb T: should be W: Joe Perches
2009-01-13 20:28 ` [PATCH 10/10] MAINTAINERS - Update FPU Emulator contact address and web page Joe Perches
2009-01-13 20:54 ` [PATCH 0/10] MAINTAINERS - script, patterns, and misc fixes Andrew Morton
2009-01-14  3:49   ` Joe Perches
2009-01-14  4:26   ` Joe Perches
2009-01-14  7:13     ` Andrew Morton
2009-01-14  7:21       ` Joe Perches
2009-01-14 19:37       ` Joe Perches
2009-01-14 19:55         ` Joe Perches
2009-01-14  9:30   ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2008-11-18 17:13 [PATCH 0/10] MAINTAINERS - add script and patterns Joe Perches
2008-11-18 17:13 ` [PATCH 08/10] MAINTAINERS - Add FTRACE git Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.