Displaying 2 results from an estimated 2 matches for "e68a07a".
Did you mean:
e65a078
2013 Mar 11
3
[PATCH V3] get_maintainer: use filename-only regex match for Tegra
...ren at nvidia.com>
---
v2: Corrected typo in MAINTAINERS documentation
v3: Squash 3 patches into one.
---
MAINTAINERS | 14 ++++++++------
scripts/get_maintainer.pl | 2 +-
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9561658..e68a07a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -90,6 +90,9 @@ Descriptions of section entries:
F: drivers/net/* all files in drivers/net, but not below
F: */net/* all files in "any top level directory"/net
One pattern per line. Multiple F: lines acceptable.
+ N: Files and...
2013 Mar 07
4
[PATCH V2 1/3] get_maintainer: create filename-only regex match type
From: Stephen Warren <swarren at nvidia.com>
Create a new N: entry type in MAINTAINERS which performs a regex match
against filenames; either those extracted from patch +++ or --- lines,
or those specified on the command-line using the -f option.
This provides the same benefits as using a K: regex option to match a
set of filenames (see commit eb90d08 "get_maintainer: allow keywords