From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: scratch/igc as a feature branch [was: Re: igc: trying to chase a crash] Date: Thu, 28 Nov 2024 05:56:29 -0500 Message-ID: References: <874j3v2lq3.fsf@telefonica.net> <864j3vi0d0.fsf@gnu.org> <87zfln1468.fsf@telefonica.net> <86zflngk0j.fsf@gnu.org> <87v7wb11hk.fsf@telefonica.net> <86jzcog1dv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20939"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: gerd.moellmann@gmail.com, yandros@gmail.com, ofv@wanadoo.es, emacs-devel@gnu.org, pipcet@protonmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 28 11:57:09 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tGcCr-0005JJ-0s for ged-emacs-devel@m.gmane-mx.org; Thu, 28 Nov 2024 11:57:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tGcCH-0007rt-RN; Thu, 28 Nov 2024 05:56:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tGcCF-0007rP-OC for emacs-devel@gnu.org; Thu, 28 Nov 2024 05:56:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tGcCE-0000AL-QC; Thu, 28 Nov 2024 05:56:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=ksko2X5KM6KzQTWdOuW7uKISeMwnytWxTEkloqOBzHw=; b=p5cWwWmG7Bu/HxXz/5F6 G5g3T5XFRstknZ2qmykYEaBp5nb3oCEFy71xaajwlT9Gr1HkwYl+09CM/9y56YZmZLwlRld0w05xD maq3hqiNiqsm/1QBqjp7zuYT/sDvoIyncUHoGsNO8rWbI6HUh/GXFPZUOWzm0WhrO8akaB26nB+Nu nOQsBUyOUXt8X8L6WP2KjvPX43bX/IquZC0bT6ZCp8ew+gWEZgrKnLoqQ/yxdIDslCtTQivnLtl6D 1K90EEX7dIEoEQugR2YzrDtYll3Qe5RoX553uLqrrceY81Ek5a2WavILhRpP1OA7LzVFPn/6xFKKD 7yCEnjmnlj2K2w==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tGcCD-0004i9-6c; Thu, 28 Nov 2024 05:56:29 -0500 In-Reply-To: <86jzcog1dv.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 27 Nov 2024 17:08:44 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:325805 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: chad , =C3=93scar Fuentes , >> emacs-devel@gnu.org, Pip Cet >> Date: Wed, 27 Nov 2024 05:18:08 -0500 >>=20 >> Gerd M=C3=B6llmann writes: >>=20 >> >> Absolutely, still I think few things are probably really low cost (the >> >> feature branch comes to my mind). >> >> >> > >> > Maintainers could just decide to do it, cough, cough :-). >>=20 >> Maintainers could decide autonomously, but IMO is more about developers >> of that branch being okay with the decision. The implications are, >> other than the name change, not being able to force push. >>=20 >> That said not only I'm okay with having scratch/icg being pushed as >> feature/icg, but I long time suggested that :) > > The question is indeed what kind of trouble this could cause. If it > loses the history, I wouldn't do it, since the fact that it's under > scratch/ is not a catastrophe, IMO. Sure, my idea would be to just push the current head of scratch/icg to feature/igc (and remove the first), so no history would be lost. Andrea