From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31227 invoked by alias); 14 Oct 2011 16:20:32 -0000 Received: (qmail 31201 invoked by uid 22791); 14 Oct 2011 16:20:29 -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 16:20:01 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LT200E00CSH5L00@a-mtaout20.012.net.il> for gdb@sourceware.org; Fri, 14 Oct 2011 18:19:40 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.79.107]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LT200EG8DCR6910@a-mtaout20.012.net.il>; Fri, 14 Oct 2011 18:19:40 +0200 (IST) Date: Fri, 14 Oct 2011 16:25:00 -0000 From: Eli Zaretskii Subject: Re: GIT and CVS In-reply-to: To: Andreas Schwab Cc: pmuldoon@redhat.com, mark.kettenis@xs4all.nl, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vcrrk0kf.fsf@gnu.org> References: <83r52g1rly.fsf@gnu.org> <83hb3ckn2s.fsf@gnu.org> <201110141022.p9EAMrUN030848@glazunov.sibelius.xs4all.nl> <83zkh3k419.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/msg00144.txt.bz2 > 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".