From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3963 invoked by alias); 25 Oct 2013 00:08:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 3951 invoked by uid 89); 25 Oct 2013 00:08:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT autolearn=ham version=3.3.2 X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 25 Oct 2013 00:08:36 +0000 Received: by mail-pa0-f52.google.com with SMTP id kl14so4039202pab.25 for ; Thu, 24 Oct 2013 17:08:34 -0700 (PDT) X-Received: by 10.66.119.136 with SMTP id ku8mr6148287pab.121.1382659714084; Thu, 24 Oct 2013 17:08:34 -0700 (PDT) Received: from [192.168.1.100] ([115.199.134.184]) by mx.google.com with ESMTPSA id wr10sm5278994pbc.17.2013.10.24.17.08.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Oct 2013 17:08:32 -0700 (PDT) Message-ID: <5269B846.3090301@gmail.com> Date: Fri, 25 Oct 2013 00:08:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: suggestion: the title of mails in the cvs mailllist should show the changed location instead a hash value Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00135.txt.bz2 Hi, after the git migration, I see that the email title changed in the cvs maillist like: gdb and binutils branch master updated. 5c2955e2ec5ca2e80098763d6fdda317dc4b2f39 gdb and binutils branch master updated. 7283b932234f3501eb19c1750d79c20fc339f32a ... Compared to the original name before git migration: src/gdb ChangeLog infrun.c testsuite/ChangeLog ... src/gdb ChangeLog c-varobj.c I think the old style email title is still better than the current one, it at least showed some changed files/locations, so a reader(like me, I use the news://www.gmane.org:119/gmane.comp.gdb.cvs to receive the updated emails) can briefly see where the commit modifies by reading the title. With the current name scheme, you know nothing about this. Any ideas? Yuanhui Zhang