From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31995 invoked by alias); 8 Mar 2012 14:44:31 -0000 Received: (qmail 31982 invoked by uid 22791); 8 Mar 2012 14:44:30 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Mar 2012 14:44:16 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id D0AD0290028; Thu, 8 Mar 2012 15:44:16 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9VGCIqJotalw; Thu, 8 Mar 2012 15:44:16 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id BB3A2290007; Thu, 8 Mar 2012 15:44:16 +0100 (CET) Subject: Re: RFA: move *-stub.c to stubs/ Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=windows-1252 From: Tristan Gingold In-Reply-To: <20120305172220.GI2853@adacore.com> Date: Thu, 08 Mar 2012 14:44:00 -0000 Cc: "gdb-patches@sourceware.org ml" Content-Transfer-Encoding: quoted-printable Message-Id: References: <4F54F4CA.4000004@redhat.com> <20120305172220.GI2853@adacore.com> To: Joel Brobecker , Pedro Alves X-IsSubscribed: yes 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 X-SW-Source: 2012-03/txt/msg00269.txt.bz2 On Mar 5, 2012, at 6:22 PM, Joel Brobecker wrote: >>> Should I simply cvs remove/cvs add ? We will loose the cvs log, but for= i386-stub.c (the only one I checked), it is not very long. >>=20 >>=20 >> I think git log will understand the rename anyway, so that's fine with m= e. >> I can't speak for others, but my only use of cvs log nowadays is through= the >> cvs web frontend. >=20 > I prefer this approach as well, as I'd rather we avoid repository > surgery just for these relatively minor files=85 Ok, now committed. Tristan.