From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753689AbbJ0FDt (ORCPT ); Tue, 27 Oct 2015 01:03:49 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:33058 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbbJ0FDr (ORCPT ); Tue, 27 Oct 2015 01:03:47 -0400 Subject: Re: [PATCH] get_maintainer: Don't fallback to git by default To: joe@perches.com, "Theodore Ts'o" , Javier Martinez Canillas , Laura Abbott , linux-kernel@vger.kernel.org, Wolfram Sang , Lee Jones References: <1445897508-16528-1-git-send-email-javier@osg.samsung.com> <562EB07B.9040501@redhat.com> <562EC06C.5010404@osg.samsung.com> <20151027024729.GC16244@thunk.org> Cc: linux-kernel-owner@vger.kernel.org From: Laura Abbott Message-ID: <562F05B0.1030602@labbott.name> Date: Mon, 26 Oct 2015 22:03:44 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/26/15 9:57 PM, joe@perches.com wrote: > On 2015-10-26 19:47, Theodore Ts'o wrote: >> What if we have a git_fallback "auto" mode which only falls back to >> using git if there is no entry in the MAINTAINERS file? That might >> address the concern which Laura raised, without blocking this >> change until the MAINTAINERS file is fully populated. > > That's what happens already right now. Not with the change proposed though