From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id 42CF1385BF81 for ; Thu, 16 Apr 2020 13:41:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 42CF1385BF81 Received: from mail-ej1-f70.google.com (mail-ej1-f70.google.com [209.85.218.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-182-L3pcNMWxPZysesk9v-VeSA-1; Thu, 16 Apr 2020 09:41:30 -0400 X-MC-Unique: L3pcNMWxPZysesk9v-VeSA-1 Received: by mail-ej1-f70.google.com with SMTP id rp12so990722ejb.11 for ; Thu, 16 Apr 2020 06:41:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=S5fdP9a81d3WR+0/QkWGj6qTztkj0anBSpHYste46Q0=; b=rcN32v9FGXA/1M30sTlMula5XjwUxp4AhgfPggIOr8KTsM3rK5rVvFVRtuWCElS/Ac XcZzocl71FVMSz+Nf3pCpI/rjiOia0dFhIVY1kryl7A1maErn06+e4xA1g2ysGn/5xgk I2y8kucU+ufUzxcoC2x5Mpiflk4Wch1n/6ygT15rGcYYMgaJjkXGJu69x2p79qFubPSX CAhfJ4vmczDQ3/Hz3O2Ark1IyifuLS78z1hHnILKqWXowk0GVMIgRWYRo3vVV4RGIzFa BORH6xZ/tv13+Xk4sCjF356GRO6mqkWM/IFGfhfp2xwSZ8NPtW9MJHXUoXZnYHXtEmDP SaLQ== X-Gm-Message-State: AGi0PuY81vBkT24CwIjrPvkDevpE3dgnzT+Y3sn9K8Qcng4I8cVpUtpL ruSDwtetYr7KX5fhJhLjox2fQxMXZyJc7Hdk/QtGcAvBhZrPWYneLW+PiWz+wjfi5agO03PLr+A cwJzSa5nIxlgiJi2ty44CMw== X-Received: by 2002:a05:6402:2d5:: with SMTP id b21mr15831842edx.291.1587044488609; Thu, 16 Apr 2020 06:41:28 -0700 (PDT) X-Google-Smtp-Source: APiQypJaC0sstXYBIrgORRWGtrdU6I0g9eWujJ2JTzzGtjv2VT3bAADengOJbjQar0Hf42vSciqS8Q== X-Received: by 2002:a05:6402:2d5:: with SMTP id b21mr15831821edx.291.1587044488410; Thu, 16 Apr 2020 06:41:28 -0700 (PDT) Received: from ?IPv6:2001:8a0:f909:7b00:56ee:75ff:fe8d:232b? ([2001:8a0:f909:7b00:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id p22sm509391edy.27.2020.04.16.06.41.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 16 Apr 2020 06:41:27 -0700 (PDT) Subject: Re: [PATCH 00/28] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR/25412) To: Simon Marchi , Hannes Domani , Gdb-patches References: <20200414175434.8047-1-palves@redhat.com> <352155373.1019768.1586890003838@mail.yahoo.com> From: Pedro Alves Message-ID: Date: Thu, 16 Apr 2020 14:41:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 13:41:33 -0000 On 4/15/20 4:04 PM, Simon Marchi wrote: >> >> I have >> >> [format] >> useAutoBase = true >> >> in my .gitconfig, which is what puts that >> >> base-commit: dd1cab0694592099854e66467319253954c93764 >> >> line at the bottom of the cover letter. That's the commit >> on top of which the series applies. > > This means you also save the cover letter in your mbox file? Nope, I don't think "git am" understands that base-commit line. I tried it now, and "git am" complained like so: $ git am /tmp/test.mbox Patch is empty. When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". No patch was applied, so this was the cover letter. That line in the cover letter is put there when I do "git format-patch" (or "git send-email"), so it's in the opposite direction of previously described procedure of getting patches from Thunderbird into "git am". Thanks, Pedro Alves