Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 46345429E20 for ; Fri, 1 Apr 2011 01:50:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q9O7JZme+PtE for ; Fri, 1 Apr 2011 01:50:44 -0700 (PDT) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8A674431FB6 for ; Fri, 1 Apr 2011 01:50:44 -0700 (PDT) Received: by iwn2 with SMTP id 2so3455932iwn.26 for ; Fri, 01 Apr 2011 01:50:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.148.133 with SMTP id r5mr5061704icv.469.1301647842731; Fri, 01 Apr 2011 01:50:42 -0700 (PDT) Received: by 10.42.246.65 with HTTP; Fri, 1 Apr 2011 01:50:42 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Apr 2011 11:50:42 +0300 Message-ID: Subject: Re: Filtering out replies to a patch series From: Amit Kucheria To: notmuch@notmuchmail.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 08:50:45 -0000 On Fri, Apr 1, 2011 at 11:47 AM, Amit Kucheria wrote: > Hi, > > I am wondering how developers on this list handle the case of grabbing > a patch series posted to the list and using something like git-am to > apply it to their local trees. > > Several patches in the series could have replies to them and hence > they need to be filtered out. > > e.g. I use notmuch show --output=mbox thread:000000000000eb4e to get > the basic series. But I'd appreciate any tips on filtering out the > replies. Aargh, that was meant to be notmuch show --format=mbox thread:000000000000eb4e /Amit