From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B256D6DE01D0 for ; Mon, 7 Nov 2016 15:16:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.792 X-Spam-Level: X-Spam-Status: No, score=-0.792 tagged_above=-999 required=5 tests=[AWL=0.230, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xoBDix7xbwQe for ; Mon, 7 Nov 2016 15:16:22 -0800 (PST) Received: from mail-pf0-f175.google.com (mail-pf0-f175.google.com [209.85.192.175]) by arlo.cworth.org (Postfix) with ESMTPS id 2D9AC6DE00EB for ; Mon, 7 Nov 2016 15:16:22 -0800 (PST) Received: by mail-pf0-f175.google.com with SMTP id 189so97256668pfz.3 for ; Mon, 07 Nov 2016 15:16:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:mime-version; bh=GfFX/xcq27Rny8l9KQzW3mnMn2MzVQHn0T3y9hpP/Do=; b=B5NSbOwajq5fD0mvPjLLnA4wzDHjRZisymwwVoivtfeC1CJXbikA/CXeXO8zYXLGx0 yZj27wCoanBka0oZEfEb0Nby7w0hBDFZTnFanDNSorkVVSsd17LU9E4N+5NVVJ1LyzTF mk6Om3KYEm+EiaaItxOzgQmUa3DW/467si5qMhRoGvGaC1Z1XY5JEETau9rz3vhUtHU0 NXkFZFpI8poBCIQGn3pxpKJjN+Nhbkc5xu2GYcO82fyQ5Gxnp7LqwRU/gFwJRfcKFMfx PFqHQfTlaqL0kwQzjcYsrQhgSXw1AOR/kBubSqD3w7vRrOez3odj4IAru+NgZEO8kTU1 4V4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=GfFX/xcq27Rny8l9KQzW3mnMn2MzVQHn0T3y9hpP/Do=; b=ZLj6uAQgeZFwARVYPweyS2g1o24oF+z3Y/QZmaol46YN1iHTJssTybfYBpDLtBppDi 8jBZtWLlfg3r1MMYQNll+BPkdYh76cCW7nMZQD5X02olwuyhW84HuXgGfzUNUxVwGUwe 7oRwcCE9dnW9/9DkhaEL7ekbdVDsnrn5gKRjd2almDj06IlT/oIXKwZmoJQImPiWVTeL PcA2/aAh0Qs1Gr0T2avkUzvm1OHGdCgPyyuqzJEWUb2kW2rgH1HA+eYIEuOxhBP94GcA hB4dAOqND8+CNX3MBaa/4EZCFMLOo3KHsruqd+CB2iI/BxELUnwBch5hrOit5T7sctBl 23KA== X-Gm-Message-State: ABUngvcAEYXw7xYwOSMh5+q/eTpp1+SdMRK8CIQJF9AXUq7esDC6Lxed+OI/bs+25N64Exbc X-Received: by 10.99.143.2 with SMTP id n2mr2176943pgd.70.1478560580263; Mon, 07 Nov 2016 15:16:20 -0800 (PST) Received: from marmstrong-linux.kir.corp.google.com ([2620:0:1008:11:94d1:c42:e587:5e5d]) by smtp.gmail.com with ESMTPSA id 3sm43132021pam.21.2016.11.07.15.16.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 07 Nov 2016 15:16:19 -0800 (PST) From: Matt Armstrong To: notmuch@notmuchmail.org Subject: Notmuch dev workflow: applying patches to local trees Date: Mon, 07 Nov 2016 15:16:19 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Mon, 07 Nov 2016 23:16:22 -0000 I'm not experienced with managing patches via email on this list, especially when it comes to applying patches sent out for review and testing. Is there a documented best practice? Ideally, I'd like a "dwim" command that does something reasonable, such as take messages from the current thread and apply the patch series to a new/pristine git branch in my local repo.