Re: [PATCH V3 1/2] get_maintainer: allow keywords to match filenames

2013-02-11 Thread Joe Perches
On Mon, 2013-02-11 at 17:08 -0700, Stephen Warren wrote: > Does "that" above mean "not setting exact_pattern_match_hash", or > "changing the patch so that it does set exact_pattern_match_hash". Sorry... I think what you have is fine. -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH V3 1/2] get_maintainer: allow keywords to match filenames

2013-02-11 Thread Stephen Warren
On 02/11/2013 05:00 PM, Joe Perches wrote: > On Mon, 2013-02-11 at 16:40 -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> Allow K: entries in MAINTAINERS to match directly against filenames; >> either those extracted from patch +++ or --- lines, or those specified >> on the command-line

Re: [PATCH V3 1/2] get_maintainer: allow keywords to match filenames

2013-02-11 Thread Joe Perches
On Mon, 2013-02-11 at 16:40 -0700, Stephen Warren wrote: > From: Stephen Warren > > Allow K: entries in MAINTAINERS to match directly against filenames; > either those extracted from patch +++ or --- lines, or those specified > on the command-line using the -f option. [] > I don't think setting e

[PATCH V3 1/2] get_maintainer: allow keywords to match filenames

2013-02-11 Thread Stephen Warren
From: Stephen Warren Allow K: entries in MAINTAINERS to match directly against filenames; either those extracted from patch +++ or --- lines, or those specified on the command-line using the -f option. This potentially allows fewer lines in a MAINTAINERS entry, if all the relevant files are scat