From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18711 invoked by alias); 21 Aug 2013 20:05:08 -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 18702 invoked by uid 89); 21 Aug 2013 20:05:08 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.2 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 20:05:07 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MRW00A00D384A00@a-mtaout22.012.net.il> for gdb@sourceware.org; Wed, 21 Aug 2013 23:05:04 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRW00AKQD4F0830@a-mtaout22.012.net.il>; Wed, 21 Aug 2013 23:05:04 +0300 (IDT) Date: Wed, 21 Aug 2013 20:05:00 -0000 From: Eli Zaretskii Subject: Re: A Proposal to Move to Git In-reply-to: <87siy299bv.fsf@dod.no> To: Steinar Bang Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fvu2kdxr.fsf@gnu.org> References: <8738q4gj7a.fsf@fleche.redhat.com> <83siy3jd7m.fsf@gnu.org> <87siy299bv.fsf@dod.no> X-SW-Source: 2013-08/txt/msg00094.txt.bz2 > From: Steinar Bang > Date: Wed, 21 Aug 2013 20:40:04 +0200 > Cc: binutils@sourceware.org > > >>>>> Eli Zaretskii : > > > . Files/directories that are deleted or moved/renamed. Will the > > information from the Attic be extracted, and will git be able to > > intuit renaming and handle deleted files correctly? (One type of > > file which we constantly rename is ChangeLog.) > > If you mean follow the history with "git blame" and "git log" across > renames, then the answer is: it depends on how that rename is > represented in the CVS repository. Yes, and I would think we should consider extracting as much information from CVS about these renames as practically possible, because having a discontinuous history is very inconvenient when you need to do some forensics.