From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3383 invoked by alias); 23 Dec 2014 17:38:51 -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 3361 invoked by uid 89); 23 Dec 2014 17:38:50 -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-qc0-f182.google.com Received: from mail-qc0-f182.google.com (HELO mail-qc0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 23 Dec 2014 17:38:49 +0000 Received: by mail-qc0-f182.google.com with SMTP id r5so4840088qcx.41 for ; Tue, 23 Dec 2014 09:38:47 -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=Q6knusIw+BcYeSyhkgUbEhXGNwA0Ty8qTItCNPQCJZI=; b=kLPm0PnIQAproGU5NPyA12H/uQ4qDekSOypcO3jGj9BWP/B87/Yc/Hl7IPe1rK+Oqk atluk2qjAgaFo3qrL5hcY0GCD8rwtr9SrzKIK4PbPUDIZOv9CsJMymKvegIdYPgExUSx yZopSsexockoNWJFmjgDc1DTZdGgtgQ/y+KiIcZx7FjEWxYcsHxAIXLnILpbQCMf6+GF Syx32dV+IqTKdoM5FcWTPhDZ8A1doGZimBisMq7m/JjPuPgXA50BCv4gtA9ZB8D1lSE7 N4WN4bqM8/QNEzMijz6jJf7L2iU8JvmWEYz4FO3YguF27NHRl/JhUyS0dBW1Dc0lX9HH aYpg== X-Gm-Message-State: ALoCoQnV/KW46Jgvin/7wMNedUAvrKGUYTotnplNK30UUdxG1Pn0ZJsFQQXq1GLTrxjPxgUBuAfK MIME-Version: 1.0 X-Received: by 10.224.28.135 with SMTP id m7mr46525051qac.7.1419356327645; Tue, 23 Dec 2014 09:38:47 -0800 (PST) Received: by 10.140.42.41 with HTTP; Tue, 23 Dec 2014 09:38:47 -0800 (PST) In-Reply-To: <20141223132714.GA11973@adacore.com> References: <20141223132714.GA11973@adacore.com> Date: Tue, 23 Dec 2014 17:38:00 -0000 Message-ID: Subject: Re: Experimental branches From: Cary Coutant To: Joel Brobecker Cc: Binutils , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00614.txt.bz2 > I'd like thirdparty branches to be under a certain namespace, > so as to be able to disable a number of features for all third-party > branches, on of them being email notifications, bugzilla, and IRC > notifications. > > So, what do people think of using "topic//"? Sounds good to me. At the risk of bikeshedding, "topic" sounds too general to me -- how about "com" for company-sponsored branches (e.g., com/google/...") and "user" for individuals (e.g., "user/ccoutant/...")? Or "experimental"? But I'm OK with whatever you decide. That ship may already have sailed, though -- there are already quite a few personal branches, some "[-_][-_]branch", some "/". Would it be easier to whitelist a few patterns for branches that you *do* want those notifications for? -cary