From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29382 invoked by alias); 16 Jan 2015 03:14:38 -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 29345 invoked by uid 89); 16 Jan 2015 03:14:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 16 Jan 2015 03:14:32 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 287CE1166BD; Thu, 15 Jan 2015 22:14:30 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Zu+2xOoKUN1q; Thu, 15 Jan 2015 22:14:30 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AF3241166BA; Thu, 15 Jan 2015 22:14:29 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3CC7148E8B; Fri, 16 Jan 2015 07:14:27 +0400 (RET) Date: Fri, 16 Jan 2015 03:14:00 -0000 From: Joel Brobecker To: "H.J. Lu" Cc: Cary Coutant , Binutils , gdb-patches Subject: Re: Experimental branches Message-ID: <20150116031427.GQ8167@adacore.com> References: <20141223132714.GA11973@adacore.com> <20141223180802.GP12884@adacore.com> <20141224002022.GQ12884@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-01/txt/msg00446.txt.bz2 > > 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? Sorry - it's not about rebase vs merge, but rather the fact that there was a small error in the configuration that caused the hooks to think there should be email notifications for commits on those branches (extra '/' at the start of the reference regexp). Now fixed, can you try it again? It should display a small message confirming that hooks.noemail config is set for your branch and that commit emails will not be sent. -- Joel