diff options
author | Joe Perches <joe@perches.com> | 2009-06-16 18:34:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-16 22:47:55 -0400 |
commit | 34d03cc16adc475118f7cfbb2288fca5af1e252f (patch) | |
tree | 4fc5689b20b27cf8154bf88799e5a8fe31ec07f0 | |
parent | 866a36b73ecfaffbb4ba74f7fb3a18d71a982983 (diff) |
MAINTAINERS: add file patterns to "THE REST"
These file patterns match all sources.
By default, scripts/get_maintainers.pl excludes Linus Torvalds
from the CC: list. Option --git-chief-penguins will include him.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 143bdbd12950..b0b0e2b95dff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6530,5 +6530,10 @@ F: drivers/serial/zs.* | |||
6530 | 6530 | ||
6531 | THE REST | 6531 | THE REST |
6532 | P: Linus Torvalds | 6532 | P: Linus Torvalds |
6533 | M: torvalds@linux-foundation.org | ||
6534 | L: linux-kernel@vger.kernel.org | ||
6533 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | 6535 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
6534 | S: Buried alive in reporters | 6536 | S: Buried alive in reporters |
6537 | F: * | ||
6538 | F: */ | ||
6539 | |||