From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27633 invoked by alias); 14 Oct 2011 17:20:59 -0000 Received: (qmail 27619 invoked by uid 22791); 14 Oct 2011 17:20:56 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL,TW_BZ X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Oct 2011 17:20:39 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LT200E00G12T100@a-mtaout20.012.net.il> for gdb@sourceware.org; Fri, 14 Oct 2011 19:19:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.79.107]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LT200EU6G5369B0@a-mtaout20.012.net.il>; Fri, 14 Oct 2011 19:19:52 +0200 (IST) Date: Fri, 14 Oct 2011 17:25:00 -0000 From: Eli Zaretskii Subject: Re: GIT and CVS In-reply-to: To: Matt Rice Cc: schwab@redhat.com, pmuldoon@redhat.com, mark.kettenis@xs4all.nl, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ty7bjxs4.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <83r52g1rly.fsf@gnu.org> <83hb3ckn2s.fsf@gnu.org> <201110141022.p9EAMrUN030848@glazunov.sibelius.xs4all.nl> <83zkh3k419.fsf@gnu.org> <83vcrrk0kf.fsf@gnu.org> X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg00150.txt.bz2 > Date: Fri, 14 Oct 2011 09:59:03 -0700 > From: Matt Rice > Cc: Andreas Schwab , pmuldoon@redhat.com, mark.kettenis@xs4all.nl, > gdb@sourceware.org > > On Fri, Oct 14, 2011 at 9:19 AM, Eli Zaretskii wrote: > >> From: Andreas Schwab > >> Cc: pmuldoon@redhat.com, mark.kettenis@xs4all.nl, gdb@sourceware.org > >> Date: Fri, 14 Oct 2011 18:11:40 +0200 > >> > >> Eli Zaretskii writes: > >> > >> >> git commit > >> >> > >> >> then > >> >> > >> >> git push > >> > > >> > Bzr's "bzr commit" is simpler: just one command, no need to remember > >> > to run 2 commands. > >> > >> bzr also needs push. > > > > Of course, it pushes.  It just does that automatically (in a bound > > branch) when you say "commit". > > > > then use a git->bzr bridge? > > http://doc.bazaar.canonical.com/migration/en/foreign/bzr-on-git-projects.html I already have that. That's how I track the git mirror of GDB. Unfortunately, bzr-git does not yet support "push". So if GDB would switch to git, I'll be unable to commit changes.