From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ray Lee" Subject: Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl Date: Wed, 15 Aug 2007 08:31:28 -0700 Message-ID: <2c0942db0708150831k3bdf941u540b74b6b351920f@mail.gmail.com> References: <1186984174.10249.7.camel@localhost> <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> <46C2C762.7080205@s5r6.in-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "Linus Torvalds" , "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: "Stefan Richter" X-From: git-owner@vger.kernel.org Wed Aug 15 17:31:38 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 1ILKqP-0002LF-Ag for gcvg-git@gmane.org; Wed, 15 Aug 2007 17:31:37 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762365AbXHOPbc (ORCPT ); Wed, 15 Aug 2007 11:31:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761347AbXHOPbc (ORCPT ); Wed, 15 Aug 2007 11:31:32 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]:1331 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760926AbXHOPba (ORCPT ); Wed, 15 Aug 2007 11:31:30 -0400 Received: by nf-out-0910.google.com with SMTP id g13so887068nfb for ; Wed, 15 Aug 2007 08:31:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=e9nnivwlbN4JKM4MNPthgHXyt+YPLKqiP+zi1Lau+ips1LCdHAFaIex2zIPIliFhcv4AJ1LSzkM4rcVaZWXCsRJ2Dr4GOI83m9mq3n49v/3R5BnTPIGvE8GbHsRGOAwGweRp+L24hlFlmljnph7J+oPvO42vfhPNF71Xp9uF/kk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=C2Qvcw8cWMt9/x8Wi4fojqleR6pWkpgGnYNG5y2ievfhUHkGLuOhOvFr740QNS9SIUlwPB+6xuDXj49L6mzMMlT4LSp1q5kc6xLo1y3KAKR7ZlMSAL41YLLb6pfP5jmpe6KR/2sgiJGB09Cxjgh033+t4EWhRmmlOVjGhxvSfnU= Received: by 10.78.107.8 with SMTP id f8mr232489huc.1187191888255; Wed, 15 Aug 2007 08:31:28 -0700 (PDT) Received: by 10.78.31.12 with HTTP; Wed, 15 Aug 2007 08:31:28 -0700 (PDT) In-Reply-To: <46C2C762.7080205@s5r6.in-berlin.de> Content-Disposition: inline X-Google-Sender-Auth: ec80dad91ca477c9 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 8/15/07, Stefan Richter wrote: > Linus Torvalds wrote: > > #!/bin/sh > > git log --since=6.months.ago -- "$@" | > > grep -i '^ [-a-z]*by:.*@' | > > sort | uniq -c | > > sort -r -n | head > > > > and it gives you a rather good picture of who is involved with a > > particular subdirectory or file. > > No, it doesn't. The subscribers of are > not listed in patch logs. Then maybe they should be added into the patch logs. A CC: line isn't that big of a deal, and also shows who got notified.