From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1987 invoked by alias); 15 Jan 2015 21:56:58 -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 1955 invoked by uid 89); 15 Jan 2015 21:56:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-qg0-f46.google.com Received: from mail-qg0-f46.google.com (HELO mail-qg0-f46.google.com) (209.85.192.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 15 Jan 2015 21:56:54 +0000 Received: by mail-qg0-f46.google.com with SMTP id f51so5139921qge.5 for ; Thu, 15 Jan 2015 13:56:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=7/1WiYFCAdqi9LWtMsjMDTrut/djN+SDvOWPglK0FMw=; b=RD9kpQf369Mmoj9I+bVrKYp3NTZkXFyYSEZJeQ5JodrU5n0CUl6xXtW6y0ufng9QHB unkxYAkvdwEO/mOiizqRAa/PkCSVMVG4el+LdGteWjPank3YQAGYBivuTob+Xn6DyOxc lFZrfgtqwqultFLVi0/ZXpqxGfRHO6ODdDNpRfu92UNWVEmIEWZUhWE7XTiyLncnREgO ueScokeuDg7Myoa+z5ML4R7kLbfzBNvinDGjQ3xZd1n0Zywm5+cnF6V87Pn+Zk0xcFJE m0/vqAVhmbf1p7fWZ3Eyj1xUOlBq8uRMd2YRbD14t12wj5dGW//DslPp9BMavIhem+0k chaw== X-Gm-Message-State: ALoCoQkwsfaCMrt1lm7dPjcK+D62NpRYhvk+2lXWoM4pqW8YfiKrmUGJ/Jg0eDLySS6hLrcoqiUH MIME-Version: 1.0 X-Received: by 10.224.131.70 with SMTP id w6mr20130803qas.78.1421359011977; Thu, 15 Jan 2015 13:56:51 -0800 (PST) Received: by 10.140.101.3 with HTTP; Thu, 15 Jan 2015 13:56:51 -0800 (PST) In-Reply-To: <20141224002022.GQ12884@adacore.com> References: <20141223132714.GA11973@adacore.com> <20141223180802.GP12884@adacore.com> <20141224002022.GQ12884@adacore.com> Date: Thu, 15 Jan 2015 21:56:00 -0000 Message-ID: Subject: Re: Experimental branches From: Cary Coutant To: Joel Brobecker Cc: "H.J. Lu" , Binutils , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00437.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? -cary