From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70559 invoked by alias); 22 Jan 2020 09:07:13 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 70536 invoked by uid 89); 22 Jan 2020 09:07:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*MI:sk:4d99536, H*i:sk:4d99536, H*f:sk:4d99536 X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 09:07:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579684030; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WNcDMApXo8mihBUgdSrcrNBjJ5ZEzT1aKDSSUwfqExY=; b=goyzZ4/vSMdavnYgBzJy+9ehtLx4P9a12UDR5IQ4zQkJPvTtG7Zn+h3fVVYsFFf+FicRpU Gqm0+vE/QzcRW9bwaqf1AHDDvEmNOobPpFhfSs5KY638uE3shQo031MykdTWuP86x8t0No VrrEmDheBGNeqlXHkXbKZ9jr8A9JrYY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-413-kvfkdo2pN7mMUWutOb477w-1; Wed, 22 Jan 2020 04:07:09 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EDD1A1005510; Wed, 22 Jan 2020 09:07:07 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-51.ams2.redhat.com [10.36.116.51]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5755186C54; Wed, 22 Jan 2020 09:07:07 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id 00M974uc002880; Wed, 22 Jan 2020 10:07:05 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id 00M973rH002879; Wed, 22 Jan 2020 10:07:03 +0100 Date: Wed, 22 Jan 2020 10:00:00 -0000 From: Jakub Jelinek To: "Richard Earnshaw (lists)" Cc: Jason Merrill , Gerald Pfeifer , gcc-patches@gcc.gnu.org, GCC Development Subject: Re: [PATCH, v2] wwwdocs: e-mail subject lines for contributions Message-ID: <20200122090703.GG10088@tucnak> Reply-To: Jakub Jelinek References: <353faf3e-bf43-eb4d-542d-45a53dce77b2@arm.com> <20200121150440.GX10088@tucnak> <20200121153902.GY10088@tucnak> <4d99536c-c1af-b4ea-17b0-23b44a3bf8b7@arm.com> MIME-Version: 1.0 In-Reply-To: <4d99536c-c1af-b4ea-17b0-23b44a3bf8b7@arm.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00393.txt.bz2 On Tue, Jan 21, 2020 at 06:50:13PM +0000, Richard Earnshaw (lists) wrote: > > Doesn't this use of [] have the same problem with git am? >=20 > No, because only 'leading' [] blocks are removed - git mailinfo --help I've used openmp: Teach omp_code_to_statement about rest of OpenMP statements [PR9332= 9] as the first line of a commit log and that [PR93329] part is completely gone from it. Jakub