From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Creating a git branch for cond* Date: Thu, 25 Jan 2024 17:53:51 +0200 Message-ID: <864jf1csts.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16460"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 25 16:54:30 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 1rT23h-0003wO-2V for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Jan 2024 16:54:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rT23E-0001eg-Be; Thu, 25 Jan 2024 10:54:00 -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 1rT23D-0001eY-8I for emacs-devel@gnu.org; Thu, 25 Jan 2024 10:53:59 -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 1rT23C-0002lG-Tz; Thu, 25 Jan 2024 10:53:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=fDOr3BelUwzVOrTgK1JYY2OwpXDMfO9uMNZqh+Nahf0=; b=HLDASV96qPaN Si+3GgLSNUnEv9bk6ytnqJqMHEwtuVUbRlcxw7apS675hxzPdqaUrA+JcjavyBGCk1+P8jSXdy70W DdCTJQC8dgNuKpk/g9vvVaU9ta71Oh2jce2GHFGOx1zcjadtwode6XQueyHaTimEt3GEEW6X1FTX1 oJopzSITYtwjITPbTdR6JPFJVXYa5HpufxsgkYMxMTjXPqnz/CEhFd4RwEunnGm8mkNjTRcbrpQ2g vk47uMOq35UbZxLTgxjpJ8QMcUm282SyYYBBOH/Cuek66Ebi8Tz4AYQaXLfWxGT2Yw2guzIOHfkox 1WZvtPYtG1qftIypVklADg==; In-Reply-To: (message from Alan Mackenzie on Thu, 25 Jan 2024 15:48:18 +0000) 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:315371 Archived-At: > Date: Thu, 25 Jan 2024 15:48:18 +0000 > From: Alan Mackenzie > > Hello, Richard, Eli, and Emacs. > > Richard posted some embryonic code for cond* a little over a week ago. > > To move things forward, I propose creating the git branch > feature/condstar, and incorporating the new code into it in > lisp/emacs-lisp/condstar.el. This will enable its development to happen > more systematically and rapidly. > > Does anybody have any objections? You intend to maintain that branch personally? If you intend for Richard to do that, it's up to him, I think. Having more than one branch in a repository complicates Git-related workflows, and could cause problems if the user pushes to the wrong branch. So it is not an easy decision.