From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1742 invoked by alias); 15 Jan 2014 19:31:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 1721 invoked by uid 89); 15 Jan 2014 19:31:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f170.google.com Received: from mail-qc0-f170.google.com (HELO mail-qc0-f170.google.com) (209.85.216.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 15 Jan 2014 19:31:27 +0000 Received: by mail-qc0-f170.google.com with SMTP id e9so1414066qcy.15 for ; Wed, 15 Jan 2014 11:31:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=V9GWln9+61mIi+uZ0qOA68cem3XnxwkeIge/fJEefo4=; b=U8VZ+e14a8fc3ZwEZ0zNZkn1nL1awcxVOtihf/F6PfkKCFDRPW+y5rjXAWGMvlW7Qi Mbm0jq7vlxyHIooEIdl7r4IgICcdij9rXB2Y4QQDxfnmjoqwAGKugnZzX4ZgeqFbFTf+ KiDXBAD/w5q+razovwLwPB3eA79jEfcoHMV5eoK1Q4C0JYauPZBF7mlw6Yw+Y+H36KMa ntUDxsmIuegignXyIPY7+cev1q1eSLmO0nklmoBFxMhx438YQ05RRSxUzi0fuurNLjfe n7GHtiBEhBgcSvVoAVh06KWiUels09jrt25crYlX8jCeJzzFJ1V2XvG2rbPsn2n38YoY TDAA== X-Gm-Message-State: ALoCoQnESpapk/SqjZEZzkUztlIeKhk+BrvOjB0ootVNgfE9RRloHCi02W/3WEtSSfDBbiZChugSDuIhivMTDcjH8WciYnX+q2EmUaCwo8zCcrMiNsTD9CIqGso4CDCewOZc8N5fJCFpDEQdnpH+CYm+KXk6JpXio5dzV0TCs1y1x7S91gw02KrCFdRFrrkK+K+EeTsSgZo7IMlHin8l14R5p0jdsqWGWw== MIME-Version: 1.0 X-Received: by 10.224.80.8 with SMTP id r8mr7888701qak.88.1389814285055; Wed, 15 Jan 2014 11:31:25 -0800 (PST) Received: by 10.140.25.205 with HTTP; Wed, 15 Jan 2014 11:31:24 -0800 (PST) In-Reply-To: <20140115121251.GM4639@adacore.com> References: <20140115121251.GM4639@adacore.com> Date: Wed, 15 Jan 2014 19:31:00 -0000 Message-ID: Subject: Re: small request regarding commits in binutils-gdb.git From: Cary Coutant To: Joel Brobecker Cc: Binutils , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00555.txt.bz2 > For the rest of the community, using a meaningful subject, one that > actually gives a hint at what it does, is something that I have > found to be really helpful. For instance, "Provide format string > to as_warn" can be more helpful when scanning through a list > of commits than "PR gas/16434". This is all good, but could you clarify what the conventions are now for where the "PR gas/16434" needs to go in order for the patch to get sent to bugzilla? -cary