Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119138 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 6483 invoked from network); 13 Dec 2022 18:03:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Dec 2022 18:03:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 851DE18054B for ; Tue, 13 Dec 2022 10:03:45 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 13 Dec 2022 10:03:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1670954623; bh=4hJy1tR/R98Qwjgo/NED6GdRibX8L9uHUtBfbuCbnHw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=RkN1vxBVvRsvkCEy9RMWkZwA+9VsRlZJhnUOfsc9t7oiNuARruOkOO3zjS65AdVhN Lw2Tc4KBGXWZbbJVaAizHC80nKEYCjYW+8oC0DBbcC2hBSd0fTQ1GaJwtd71GMVZu1 WbmJ5NWZ+cfIE8Ap/Do4f54UrkvsyQJZB+FNnlyRzhoO1MHRymQiMhPpU58otwMfjv IZIckCUY0xy+nKNoMeZAu22a48icxuuErF4wUBSSCKQMH+lOk7+w9uR4UKFekdg01D jqpe1oWqXGPOjHUVMGPlvbDlu2HqnCkH+Aj+gYNjW8t4vzf0tRg3VCg8IscSTDSaXy 2vb4LClAqzSOg== Message-ID: Date: Tue, 13 Dec 2022 19:03:40 +0100 MIME-Version: 1.0 Content-Language: en-US To: Sara Golemon , =?UTF-8?B?TWljaGFlbCBWb8WZw63FoWVrIC0gxIxWVVQgRkpGSQ==?= Cc: internals@lists.php.net References: <4c1e58ca94c3069b8704b7068254fe3926c5ad17ab62bf88bfed79de0c62bd10@mahalux.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Remove PHP-x.y.* git branches From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 12/13/22 18:55, Sara Golemon wrote: > Why do you want to remove these branches? > > I agree that they have minimal value especially since the tags are the > actual release commit (and for release process versions often represent a > spur off the release branch), but the cost in the repo is negligible. What > is gained from removing information from the repository? One benefit of removing those branches would be, that usability of GitHub's branch selector improves, specifically the branch selector when creating a new PR. Currently one needs to know the exact naming scheme and then use the "Find a branch" input to efficiently find a specific target branch. With the extra branches removed, one can open the dropdown and simply click the correct branch without needing to think. Best regards Tim Düsterhus