From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl Date: Tue, 14 Aug 2007 20:33:33 +0100 Message-ID: <20070814193333.GI21089@ftp.linux.org.uk> References: <1187026955.2688.4.camel@laptopd505.fenrus.org> <1187037445.6628.98.camel@heimdal.trondhjem.org> <1187054366.2757.0.camel@laptopd505.fenrus.org> <46C10AA8.3090505@gmail.com> <20070814102033.604c8695@the-village.bc.nu> <46C1CFFE.4000001@gmail.com> <1187110824.32555.76.camel@localhost> <46C1EE6F.2080807@gmail.com> <1187116082.32555.122.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joe Perches , Rene Herman , git@vger.kernel.org, Junio C Hamano , Alan Cox , Arjan van de Ven , Trond Myklebust , Mariusz Kozlowski , akpm@linux-foundation.org, linux-kernel@vger.kernel.org To: Linus Torvalds X-From: git-owner@vger.kernel.org Tue Aug 14 21:34:40 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IL2A3-0006ao-Kn for gcvg-git@gmane.org; Tue, 14 Aug 2007 21:34:39 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760367AbXHNTdu (ORCPT ); Tue, 14 Aug 2007 15:33:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1765839AbXHNTds (ORCPT ); Tue, 14 Aug 2007 15:33:48 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:46144 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760367AbXHNTdq (ORCPT ); Tue, 14 Aug 2007 15:33:46 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.52 #1 (Red Hat Linux)) id 1IL28z-0002By-GB; Tue, 14 Aug 2007 20:33:33 +0100 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, Aug 14, 2007 at 11:40:09AM -0700, Linus Torvalds wrote: > A much *better* picture than some manually maintained thing, in fact, > because it tells you who really does the work, and which way patches go... > > (Maybe you want to add a > > grep -v '\(Linus Torvalds\)\|\(Andrew Morton\)' > > to avoid seeing the normal chain too much, but hey, we probably want to > know too. Anyway - the script can certainly be tweaked, the point is > really just that the git tree _already_ contains the relevant > information). FWIW, I suspect that we are looking at that from the wrong POV. If that's about "who ought to be Cc'd on the issues dealing with ", why does it have to be tied to "who is maintainer for "? I'm not suggesting something like fs.ext2@kernel.org with something like majordomo allowing to add yourself to those, but something less extreme in that direction might be worth thinking about... Hell, even simple $ finger fs/minix/dir.c@cc.kernel.org with majordomo-like interface for adding yourself to such lists might solve most of those problems...