From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id nbbqEn7FsmK3NgQAWB0awg (envelope-from ) for ; Wed, 22 Jun 2022 03:32:14 -0400 Received: by simark.ca (Postfix, from userid 112) id 3AF551E220; Wed, 22 Jun 2022 03:32:14 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=ehB5xERx; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id CD1AB1E143 for ; Wed, 22 Jun 2022 03:32:13 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5E1233834F3A for ; Wed, 22 Jun 2022 07:32:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E1233834F3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1655883132; bh=giOs7Tqgf1PCv+Xu4zQFyEcBs3kU1wVK8Q6QKI6Ni9Y=; h=To:Subject:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ehB5xERxytPPf8xQZYnzD8UiQ0s5wmLbuIcpAEjwKykK8/6gBRqoTF1hbF0bxLeoX /4Tc8+N3lecCV71t85vL077DDbXqbHmTAhkd3nUsslIN+QSU2mZt6YrJMvsef9S/A7 BevsQ89QJL9kpT3OA13m2fHdGKSkwxnYd8hArgRY= Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 34C073834F21; Wed, 22 Jun 2022 07:30:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 34C073834F21 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 5293C1F9FC; Wed, 22 Jun 2022 07:30:23 +0000 (UTC) Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 0F5442C141; Wed, 22 Jun 2022 07:30:22 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 92395444E8D; Wed, 22 Jun 2022 09:30:22 +0200 (CEST) To: Jan Beulich via Binutils Subject: Re: buildbot users try branch builders References: X-Yow: Life is selling REVOLUTIONARY HAIR PRODUCTS! Date: Wed, 22 Jun 2022 09:30:22 +0200 In-Reply-To: (Jan Beulich via Binutils's message of "Wed, 22 Jun 2022 08:32:34 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andreas Schwab via Gdb Reply-To: Andreas Schwab Cc: gdb@sourceware.org, Mark Wielaard , Thomas Fitzsimmons , fche@redhat.com, Jan Beulich , buildbot@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On Jun 22 2022, Jan Beulich via Binutils wrote: > release branches. Hence in .git/config > > fetch = +refs/heads/*:refs/remotes/origin/* > > is too wide while limiting to just master is too narrow. With the latest git version, you can have negative refspecs. If a refspec is prefixed by ^, it will be interpreted as a negative refspec. Rather than specifying which refs to fetch or which local refs to update, such a refspec will instead specify refs to exclude. A ref will be considered to match if it matches at least one positive refspec, and does not match any negative refspec. Negative refspecs can be useful to restrict the scope of a pattern refspec so that it will not include specific refs. Negative refspecs can themselves be pattern refspecs. However, they may only contain a and do not specify a . Fully spelled out hex object names are also not supported. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."