From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 573 invoked by alias); 29 Oct 2013 00:37:12 -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 553 invoked by uid 89); 29 Oct 2013 00:37:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pa0-f54.google.com Received: from mail-pa0-f54.google.com (HELO mail-pa0-f54.google.com) (209.85.220.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 29 Oct 2013 00:37:10 +0000 Received: by mail-pa0-f54.google.com with SMTP id fa1so6151711pad.27 for ; Mon, 28 Oct 2013 17:37:08 -0700 (PDT) X-Received: by 10.67.4.227 with SMTP id ch3mr28726462pad.74.1383007028269; Mon, 28 Oct 2013 17:37:08 -0700 (PDT) Received: from [192.168.1.103] ([115.206.102.192]) by mx.google.com with ESMTPSA id 7sm38257310paf.22.2013.10.28.17.37.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 17:37:06 -0700 (PDT) Message-ID: <526F04FD.3060108@gmail.com> Date: Tue, 29 Oct 2013 00:37: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: Cary Coutant CC: GDB Development , Binutils Development Subject: Re: git is live References: <877gd5iyaz.fsf@fleche.redhat.com> <5266CCDC.6090803@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00174.txt.bz2 On 2013-10-29 6:35, Cary Coutant wrote: > with an explicit merge-base (e.g., "git branch > new-branch binutils-gdb/master; git rebase --onto new-branch > old-master old-branch")? Or should "git rebase binutils-gdb/master > old-branch" work? (I'm hesitant to try that.) I suggest you read the two post: New git repository coming - https://sourceware.org/ml/gdb/2013-10/msg00145.html git switchover complete - https://sourceware.org/ml/gdb/2013-10/msg00150.html So, a refresh new clone is necessary. Yuanhui Zhang