From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39524 invoked by alias); 15 May 2015 17:32:23 -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 39460 invoked by uid 89); 15 May 2015 17:32:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-ob0-f171.google.com Received: from mail-ob0-f171.google.com (HELO mail-ob0-f171.google.com) (209.85.214.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 May 2015 17:32:22 +0000 Received: by obbkp3 with SMTP id kp3so82936967obb.3 for ; Fri, 15 May 2015 10:32:20 -0700 (PDT) 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:from:date :message-id:subject:to:cc:content-type; bh=U1YXWo6jtA0NVlIfMuSzqah0AAonYzJHR81s4ImmOYk=; b=FBuf/bPsM1qDUrW9cTw0FPSAZuqCVSsE5819k51yr+aYbEKmR0d1ow0T/7iST4cs3w zeZB2hrvWrLmh2YTNR2jw3KqvJ78lbcLjwKY1U34g0VJvbAkWwB/LZVy8hmreVbCDHWs UGJ2RT/h2IqWL3lW+vQr+9zMVYjZiR3H/gdZEDoJXOIrde+jApUh1eIGsrVU8GjxQVZu +uVvQZoYIA5jO99eN3dGiOjTTdI1VrP1W3Zb9GSaWxty4UALzMBSRZkpqBx07CnLDWGQ TTs70GhxC2LIcsP7yCEoFBPqhL1nlhKJRlfSgHXvmJX6c3Y1sNC4eFvaMLqonjWabbYe zSgw== X-Gm-Message-State: ALoCoQmj63oq0M8/aYIVbBSMpSi/UpcsaL2neTp11oNxOVgrDBRGRl8W5iphMU7KEhqnvQGKcbkE X-Received: by 10.182.102.129 with SMTP id fo1mr9465310obb.24.1431711140323; Fri, 15 May 2015 10:32:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.243.232 with HTTP; Fri, 15 May 2015 10:31:59 -0700 (PDT) In-Reply-To: <20150515075915.GA14783@blade.nx> References: <20150515075915.GA14783@blade.nx> From: Patrick Palka Date: Fri, 15 May 2015 17:32:00 -0000 Message-ID: Subject: Re: Descriptive subjects To: Gary Benson Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-05/txt/msg00406.txt.bz2 On Fri, May 15, 2015 at 3:59 AM, Gary Benson wrote: > Hi all, > > May I ask that people send emails to this list with more descriptive > subjects than, e.g., "Fix PR/12345". The numbers don't stick in my > head even after I've seen them 20 times, so I have to look in all > these emails to determine whether I need to read them. I'm sure I'm > not alone. > > Just a friendly reminder, my intention isn't to shame anyone! Okay, I will make my subjects more descriptive from now on. Many GDB PRs are not very descriptive since they have "gdb" as their component instead of something more specific like "cli" or "tui".