From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6648 invoked by alias); 22 Jan 2014 05:22:46 -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 6635 invoked by uid 89); 22 Jan 2014 05:22:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f169.google.com Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 22 Jan 2014 05:22:45 +0000 Received: by mail-ie0-f169.google.com with SMTP id tq11so9310587ieb.0 for ; Tue, 21 Jan 2014 21:22:43 -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=NGI0wSKtxSF4jQef6zgrNmkqxqi4xheevP1Uyrur2Q0=; b=KNNmuivP5QHr7k3ZWxJcyAp2t0NL5swcoHtncOghw3dSVkHNw0i4v5PzD7VC2zqKOK LeUf96NNmmlkgDKrJQHjWct3XKzH2umxfkyJl/8iabymNLu+Dzl2f1B0FccViOBtC4nF 8rV7iJLDrP+Cmp2ButFxDJG1Rlv/Z7w6CFYPP3GoVdn30oPDoi4j4GjU3APJUE2Hnm42 wf8HmqxnnAttqXCsh40xy1DZpFw+Cyr+plkk4YOx5/QLHpRHfSkNf+PgMhZ+HvasjJQY 4HmjXQAqJCdNlykqzV+foyfLGDz5KfV9aCT8TfpcyEUR4hCo9k3pCiMlDDE3hb+RPvND 98pA== X-Gm-Message-State: ALoCoQlCiDgE2NZRg1SVMVj/Ds+5+2CpXVHLK2h+HeXVpG9Gd8W/QY9OnIVXchDi4ieOtiUR4Ual4VPel2LFHAYUH3GmTgGHfYJhHh5ZjjIreNZx+XV0UVapyvUsmaXVnwrT8/Vpq9JdRpjnL93zeS6w+LsSQ6edCfsXUNzFhmI1OTWO/rhUchsSqWtrhulm3JMAITQkOkKZDFAJxL4BojX9xkgjC8Rp2g== MIME-Version: 1.0 X-Received: by 10.43.19.66 with SMTP id qj2mr21530721icb.31.1390368163789; Tue, 21 Jan 2014 21:22:43 -0800 (PST) Received: by 10.64.58.77 with HTTP; Tue, 21 Jan 2014 21:22:43 -0800 (PST) In-Reply-To: <20140122051133.GB4762@adacore.com> References: <20140122051133.GB4762@adacore.com> Date: Wed, 22 Jan 2014 05:22:00 -0000 Message-ID: Subject: Re: reject merges on gdb release branches? From: Doug Evans To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00844.txt.bz2 On Tue, Jan 21, 2014 at 9:11 PM, Joel Brobecker wrote: > We are already rejecting merge commits on branch master. > > I propose we do the same for the gdb-7.7 branch, and generally > speaking on all GDB release branches, just to make sure that > people don't accidently push a merge when they meant to cherry-pick. > Thoughts? > > At the moment, it appears that this can only be done by adding > a "BRANCH_NAME = true" line in the repository's config file. > I can do that. I like this idea.