From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752791AbbJ0Crj (ORCPT ); Mon, 26 Oct 2015 22:47:39 -0400 Received: from imap.thunk.org ([74.207.234.97]:45374 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572AbbJ0Cri (ORCPT ); Mon, 26 Oct 2015 22:47:38 -0400 Date: Mon, 26 Oct 2015 22:47:29 -0400 From: "Theodore Ts'o" To: Javier Martinez Canillas Cc: Laura Abbott , linux-kernel@vger.kernel.org, Wolfram Sang , Lee Jones , Joe Perches Subject: Re: [PATCH] get_maintainer: Don't fallback to git by default Message-ID: <20151027024729.GC16244@thunk.org> Mail-Followup-To: Theodore Ts'o , Javier Martinez Canillas , Laura Abbott , linux-kernel@vger.kernel.org, Wolfram Sang , Lee Jones , Joe Perches References: <1445897508-16528-1-git-send-email-javier@osg.samsung.com> <562EB07B.9040501@redhat.com> <562EC06C.5010404@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <562EC06C.5010404@osg.samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Cheers, - Ted