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: CL packages landed Date: Fri, 21 Oct 2022 13:48:57 +0300 Message-ID: <83bkq5wixy.fsf@gnu.org> References: <83edv1wren.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20769"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Gerd =?iso-8859-1?Q?M=F6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 21 12:50:16 2022 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 1olpbS-0005CE-MG for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Oct 2022 12:50:14 +0200 Original-Received: from localhost ([::1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olpbQ-0000Dc-H7 for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Oct 2022 06:50:12 -0400 Original-Received: from [::1] (helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1olpaf-00008G-Cl for ged-emacs-devel@m.gmane-mx.org; Fri, 21 Oct 2022 06:49:25 -0400 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 1olpaN-0007FP-0D for emacs-devel@gnu.org; Fri, 21 Oct 2022 06:49:12 -0400 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 1olpaK-0004ul-NX; Fri, 21 Oct 2022 06:49:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=7B4X3yMNCga4uJS3ftHwqiilpWcg7Z+xj7+ClhkMAWM=; b=HZJivTVx8YhGMAcqNtdC trnxm3Zvd4fnZDuJXlyomNgwMONrbJfbAAJJsfmgFwqOHwxqyDbI/Q0HlWXztt+sdrm5q0oDwc7IK OhC3dkh2wenXCJYp/v34zIN7VJSW1VdqtfHyW1QgUhDZRbPeQJ7WwYIgMliVRZ9ggUUpfmMgrrFn1 XSELN+20Zy3qWflY1J9EXJduCUcPMq3tGS9h3Gjgak9qil1BY6rj+Pv6L3cqiHk33/mat+wPkHzzW 9qIJE+SDYDg9RFuu621g1Nl+QAEhjPldH8lTlicxFmtvpZrJEg61w/amjMZVBiPromf3vdpIKmPzU rA9deVneYhZY2Q==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1olpaG-0006BO-Px; Fri, 21 Oct 2022 06:49:03 -0400 In-Reply-To: (message from Gerd =?iso-8859-1?Q?M=F6llmann?= on Fri, 21 Oct 2022 10:01:24 +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" Xref: news.gmane.io gmane.emacs.devel:298212 Archived-At: > From: Gerd Möllmann > Cc: stefankangas@gmail.com, emacs-devel@gnu.org > Date: Fri, 21 Oct 2022 10:01:24 +0200 > > BTW, can I read somewhere what the meaning of scratch/ and feature/ is? The obvious meanings: feature/ is for feature branches that are intended to live for some time, scratch/ is for one-off throw-away-after-use branches.