From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32628 invoked by alias); 21 May 2014 18:48:20 -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 32573 invoked by uid 89); 21 May 2014 18:48:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout22.012.net.il Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 May 2014 18:48:18 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0N5X00F00T8Y0R00@a-mtaout22.012.net.il> for gdb@sourceware.org; Wed, 21 May 2014 21:48:15 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N5X00EDZTKFL360@a-mtaout22.012.net.il>; Wed, 21 May 2014 21:48:15 +0300 (IDT) Date: Wed, 21 May 2014 18:48:00 -0000 From: Eli Zaretskii Subject: Re: Patchwork patch tracking system In-reply-to: <20140521182349.GR22794@adacore.com> To: Joel Brobecker Cc: palves@redhat.com, tromey@redhat.com, gbenson@redhat.com, stanshebs@earthlink.net, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83tx8jm0hx.fsf@gnu.org> References: <20140402100842.GA956@blade.nx> <533F3713.40700@earthlink.net> <20140417135040.GA891@blade.nx> <20140422130652.GG5790@adacore.com> <8738gw6p4b.fsf@fleche.redhat.com> <87tx8jnq7j.fsf@fleche.redhat.com> <537CDFCE.7000407@redhat.com> <83wqdfm2l9.fsf@gnu.org> <20140521182349.GR22794@adacore.com> X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00042.txt.bz2 > Date: Wed, 21 May 2014 11:23:49 -0700 > From: Joel Brobecker > Cc: Pedro Alves , tromey@redhat.com, gbenson@redhat.com, > stanshebs@earthlink.net, gdb@sourceware.org > > > Does this mean I cannot push after merging from my local branch into > > master in my repository? IOW, if I have local feature branches, do I > > have to rebase commits from those branches before pushing them? > > We do not have any hook that would reject such a push, but we would > _really_ like you to Too bad. > (this is going back to a discussion we had about allowing merge > commits or not). AFAIR, that discussion was about merging from the (public) release branch to master. Now I asked about my private branches, which is slightly different.