From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754998Ab3CDCbr (ORCPT ); Sun, 3 Mar 2013 21:31:47 -0500 Received: from casper.infradead.org ([85.118.1.10]:38811 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752449Ab3CDCbq (ORCPT ); Sun, 3 Mar 2013 21:31:46 -0500 Message-ID: <513407AC.8060009@infradead.org> Date: Sun, 03 Mar 2013 18:32:12 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Linus Torvalds CC: Jiri Kosina , Linux Kernel Mailing List Subject: Re: Linux 3.9-rc1 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/03/13 17:42, Linus Torvalds wrote: > On Sun, Mar 3, 2013 at 5:17 PM, Jiri Kosina wrote: >> >> I actually quite liked your merge shortlog, which of course I can generate >> easily myself, but it was nice to have for free :) > > No, you're right, I should do it. In fact, I should automate it better > so that I do it by default and don't have to do so much hand-editing > of the result of a (really) stupid shell script. > > It's all based on just > > git log v3.8.. --author=Torvalds --merges | > egrep '^ ((Merge)|(Pull)) .* from ' > > and then some nasty sed+sort crud, followed by some manual fixup. It's > the kind of thing perl is perfect for, but I'm not much of a perl > person, so I have never written a *good* script to just do this right. > > Anyway, here it is, the merge-log of stuff that happened in the merge > window for 3.9. > > Linus > > --- I suppose that this omits individual contributor patches by design? I had 3 patches merged, but they are hidden by this method. > James Bottomley: > first round of SCSI updates > SCSI updates 1 here > Wim Van Sebroeck: > watchdog updates 1 here and 1 merged by Linus Torvalds. thanks, -- ~Randy