From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VZk7e-0001Zq-JZ for mharc-grub-devel@gnu.org; Fri, 25 Oct 2013 12:20:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZk7Y-0001XT-5s for grub-devel@gnu.org; Fri, 25 Oct 2013 12:20:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZk7T-0007IT-FN for grub-devel@gnu.org; Fri, 25 Oct 2013 12:20:20 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:41604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZk7T-0007Gm-6v for grub-devel@gnu.org; Fri, 25 Oct 2013 12:20:15 -0400 Received: by mail-la0-f50.google.com with SMTP id ec20so3335515lab.9 for ; Fri, 25 Oct 2013 09:20:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=uqF3orj/48rgB48Rx/TzpUhbpzy+0KV9ebBnarYDfaQ=; b=ZQ/coSjL9NFf4T6RcjPEge+QcRBHUseelvcjaolX7mn0y9k28MdZhiVsscftdpFArX nqQMIPgBlNeIdZ+eux59lhTdptO47evcSLIHrgrzSNreWuGO34dr3Hwjte5B5+fyasHU 7tzwu/GXBG5eTl0bt8XhZJdhu6ylSohfZ9tfXgpW9qKDStusgeKhs56UvHH0YI9csPEf /i9IPydAHK193ucJH0Ai6HxvHuY/YkpP2DgAnEhWST7TlcL+c3qex30rpCWZKDuFfwqR fFmGzmEpA5KCk5mXtsQoI2GBghADthR4XNtG01SX2E+PuA0f/XVOSXCbxRWpFz5jpAGh Ex2A== X-Received: by 10.152.3.42 with SMTP id 10mr5932356laz.22.1382718014176; Fri, 25 Oct 2013 09:20:14 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id ac2sm3018927lbc.10.2013.10.25.09.20.13 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 25 Oct 2013 09:20:13 -0700 (PDT) Date: Fri, 25 Oct 2013 20:20:12 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: Experiments with git. Hold your commits for today Message-ID: <20131025202012.23a6d6e3@opensuse.site> In-Reply-To: <526A96C4.8030700@isaac.cedarswampstudios.org> References: <5266467F.2060508@gmail.com> <5266C2CB.3000202@gmail.com> <526A96C4.8030700@isaac.cedarswampstudios.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 Cc: ml@isaac.cedarswampstudios.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 16:20:25 -0000 =D0=92 Fri, 25 Oct 2013 12:05:24 -0400 Isaac Dupree =D0=BF=D0=B8=D1=88=D0=B5=D1= =82: > On 10/22/2013 02:24 PM, Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > > On 22.10.2013 11:33, Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > >> As was discussed previously, move to git is generally considered > >> positive with noone opposing it strongly. So I'll try to do the move. > >> 5405 is the latest currect revision. I back up the whole bzr repo > >> including personal branches. After this I'll attempt to do git. > >> Depending on results I'll either move forward or rollback. > >> > > GIT repo is up and running now it's main repo. You can commit your > > patches to it. Keep a copy of any patch you commit in case I have to > > reimport repository. >=20 > Where is the new Git repo? The download page is now out of date: > https://www.gnu.org/software/grub/grub-download.html >=20 bor@opensuse:~/src/grub> git remote -v origin git://git.savannah.gnu.org/grub.git (fetch) origin git://git.savannah.gnu.org/grub.git (push) bor@opensuse:~/src/grub>=20 Push will not work of course, I did not adjust it yet.