linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/10] MAINTAINERS - add script, patterns and misc updates
@ 2009-04-08  5:17 Joe Perches
  2009-04-08  5:17 ` [PATCH 01/10] Add scripts/get_maintainer.pl Joe Perches
                   ` (10 more replies)
  0 siblings, 11 replies; 55+ messages in thread
From: Joe Perches @ 2009-04-08  5:17 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Add a script to find the maintainer of an individual
file or files in a patch.

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

Add additional file patterns to MAINTAINERS.

Add a collection of cleanups and updates to MAINTAINERS.

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


^ permalink raw reply	[flat|nested] 55+ messages in thread
* [PATCH 0/10] MAINTAINERS - script, patterns, and misc fixes
@ 2009-01-13 20:28 Joe Perches
  2009-01-13 20:28 ` [PATCH 02/10] MAINTAINERS - Add file patterns Joe Perches
  0 siblings, 1 reply; 55+ 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] 55+ messages in thread
* [PATCH 0/10] MAINTAINERS - add script and patterns
@ 2008-11-18 17:13 Joe Perches
  2008-11-18 17:13 ` [PATCH 02/10] MAINTAINERS - Add file patterns Joe Perches
  0 siblings, 1 reply; 55+ 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] 55+ messages in thread

end of thread, other threads:[~2009-05-13  0:05 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-08  5:17 [PATCH 0/10] MAINTAINERS - add script, patterns and misc updates Joe Perches
2009-04-08  5:17 ` [PATCH 01/10] Add scripts/get_maintainer.pl Joe Perches
2009-04-08  5:17 ` [PATCH 02/10] MAINTAINERS - Add file patterns Joe Perches
2009-04-08  6:59   ` Geert Uytterhoeven
2009-04-08 15:44     ` Joe Perches
2009-04-08 14:13   ` Mauro Carvalho Chehab
2009-04-08 15:35     ` Joe Perches
2009-04-17  4:45       ` Mauro Carvalho Chehab
2009-04-08 16:51   ` Greg KH
2009-04-08 17:07     ` Joe Perches
2009-04-08 17:11       ` Greg KH
2009-04-09 15:42   ` Timur Tabi
2009-04-09 17:42     ` Joe Perches
2009-04-09 17:44       ` Timur Tabi
2009-04-08  5:17 ` [PATCH 03/10] MAINTAINERS - Standardize style Joe Perches
2009-04-08  5:17 ` [PATCH 04/10] MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree Joe Perches
2009-04-08  5:17 ` [PATCH 05/10] MAINTAINERS - standardize "T: git urls" Joe Perches
2009-04-08  5:17 ` [PATCH 06/10] MAINTAINERS - Add Linus Torvalds' git Joe Perches
2009-04-08  5:17 ` [PATCH 07/10] MAINTAINERS - i2c_tiny_usb T: should be W: Joe Perches
2009-04-08  5:17 ` [PATCH 08/10] MAINTAINERS - Update FPU Emulator contact address and web page Joe Perches
2009-04-08  5:17 ` [PATCH 09/10] MAINTAINERS - Remove x86/Voyager no longer in tree Joe Perches
2009-04-08  5:17 ` [PATCH 10/10] MAINTAINERS - Remove cyblafb frame buffer " Joe Perches
2009-04-17 20:47 ` [PATCH 0/10] MAINTAINERS - add script, patterns and misc updates Randy Dunlap
2009-04-17 21:27   ` Joe Perches
2009-04-07  8:13     ` Pavel Machek
2009-04-22 15:54       ` Joe Perches
2009-04-22 18:59         ` Sam Ravnborg
2009-04-22 19:05           ` Andrew Morton
2009-04-22 19:56             ` Joe Perches
2009-04-22 20:30               ` Pavel Machek
2009-04-22 20:34                 ` Joe Perches
2009-04-24  7:13                 ` Joe Perches
2009-05-10 20:26                   ` RFC: MAINTAINER email address style? Joe Perches
2009-05-10 20:53                     ` Sam Ravnborg
2009-05-10 21:00                       ` Joe Perches
2009-05-10 21:09                         ` Sam Ravnborg
2009-05-10 21:45                           ` Bartlomiej Zolnierkiewicz
2009-05-11  1:37                             ` KOSAKI Motohiro
2009-05-11  0:48                       ` Andrew Morton
2009-05-10 21:22                     ` Pavel Machek
2009-05-10 21:24                     ` Alan Cox
2009-05-10 21:36                       ` Pavel Machek
2009-05-10 22:46                         ` Alan Cox
2009-05-10 21:52                       ` Joe Perches
2009-05-10 22:04                         ` Alan Cox
2009-05-10 22:35                           ` Joe Perches
2009-05-13  0:03                     ` [GIT PULL] MAINTAINERS, scripts/get_maintainer.pl, and Documentation/SubmittingPatches Joe Perches
2009-04-17 21:30     ` [PATCH 0/10] MAINTAINERS - add script, patterns and misc updates Randy Dunlap
2009-04-17 21:41     ` Andrew Morton
2009-04-17 21:58       ` Linus Torvalds
2009-04-17 22:09       ` Joe Perches
2009-04-17 22:18         ` Andrew Morton
2009-04-17 22:53           ` Joe Perches
  -- strict thread matches above, loose matches on Subject: below --
2009-01-13 20:28 [PATCH 0/10] MAINTAINERS - script, patterns, and misc fixes Joe Perches
2009-01-13 20:28 ` [PATCH 02/10] MAINTAINERS - Add file patterns Joe Perches
2008-11-18 17:13 [PATCH 0/10] MAINTAINERS - add script and patterns Joe Perches
2008-11-18 17:13 ` [PATCH 02/10] MAINTAINERS - Add file patterns Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).