From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754844AbdDEQI5 (ORCPT ); Wed, 5 Apr 2017 12:08:57 -0400 Received: from smtprelay0162.hostedemail.com ([216.40.44.162]:36675 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932192AbdDEQHc (ORCPT ); Wed, 5 Apr 2017 12:07:32 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1567:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2687:2828:3138:3139:3140:3141:3142:3622:3865:3867:3870:3872:3873:3874:4321:5007:6119:9010:10004:10400:10848:11232:11658:11914:12114:12740:12760:12895:13069:13311:13357:13439:14659:14721:21080:21324:21451:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: kick21_411a79bedbe62 X-Filterd-Recvd-Size: 1231 Message-ID: <1491408412.27353.82.camel@perches.com> Subject: Re: [PATCH] get_maintainer: apply all .get_maintainer.ignore files From: Joe Perches To: Jeffy Chen , linux-kernel@vger.kernel.org Cc: briannorris@chromium.org, dianders@chromium.org In-Reply-To: <1491391811-1027-1-git-send-email-jeffy.chen@rock-chips.com> References: <1491391811-1027-1-git-send-email-jeffy.chen@rock-chips.com> Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 05 Apr 2017 09:06:52 -0700 Mime-Version: 1.0 X-Mailer: Evolution 3.22.3-0ubuntu0.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2017-04-05 at 19:30 +0800, Jeffy Chen wrote: > Currently we are searching "./:$ENV{HOME}/:.scripts/" for ignore file, > but would always get "./.get_maintainer.ignore" only. That's the point. It allows you to have specific .ignore files for various projects. > This patch applies all .get_maintainer.ignore, so it would be easier to > add ignore list locally. Why stack? What's the value in that?