From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2972 invoked by alias); 15 Jan 2015 22:48:50 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2949 invoked by uid 89); 15 Jan 2015 22:48:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 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-oi0-f45.google.com Received: from mail-oi0-f45.google.com (HELO mail-oi0-f45.google.com) (209.85.218.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 15 Jan 2015 22:48:48 +0000 Received: by mail-oi0-f45.google.com with SMTP id x69so14781515oia.4; Thu, 15 Jan 2015 14:48:46 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.183.24.162 with SMTP id ij2mr7610688obd.18.1421362126459; Thu, 15 Jan 2015 14:48:46 -0800 (PST) Received: by 10.76.185.7 with HTTP; Thu, 15 Jan 2015 14:48:46 -0800 (PST) In-Reply-To: References: <20141223132714.GA11973@adacore.com> <20141223180802.GP12884@adacore.com> <20141224002022.GQ12884@adacore.com> Date: Thu, 15 Jan 2015 22:48:00 -0000 Message-ID: Subject: Re: Experimental branches From: "H.J. Lu" To: Cary Coutant Cc: Joel Brobecker , Binutils , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00438.txt.bz2 On Thu, Jan 15, 2015 at 1:56 PM, Cary Coutant wrote: > On my experimental branch, I did "git merge master", then tried to > push. I got this: > > remote: *** This update introduces too many new commits (136), which would > remote: *** trigger as many emails, exceeding the current limit (100). > remote: *** Contact your repository adminstrator if you really meant > remote: *** to generate this many commit emails. > remote: error: hook declined to update > refs/heads/users/ccoutant/two-level-line-tables > > Clearly, I don't want to generate all those commit emails. What do I do instead? > Can you do a rebase first? -- H.J.