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: scratch/igc as feature branch Date: Wed, 03 Jul 2024 08:40:29 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8833"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Gerd =?utf-8?Q?M=C3=B6llmann?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 03 14:41:42 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 1sOzIs-00029B-CB for ged-emacs-devel@m.gmane-mx.org; Wed, 03 Jul 2024 14:41:42 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOzID-0000Ky-Pf; Wed, 03 Jul 2024 08:41:01 -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 1sOzIC-0000At-4a for emacs-devel@gnu.org; Wed, 03 Jul 2024 08:41:00 -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 1sOzIB-0007bo-P1; Wed, 03 Jul 2024 08:40:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=TtJOg4h4UT2MLUsZqkMU3/M56Fsh0KIV8IAIb/YWbjA=; b=EqPnjZc7jg3pp7 QKfww0zMJfJk5CF1uOCZoRJ9io0w8LK2Zbe6GiuqXcg5kO7zAUVCx/3slUtVS8fofw7iybbC3Siqg SeqHH/q3694hJ+gBhsBqAebYf+vRg44yF4j76xlIRLcnLT60B9+2sUJUpwIOG+9i6NahFo2o15Gn/ euFNDHKgtFGdErE7shag5nYZ0xu+A1+tua3OgbhW1g+thMUraRc70BdfTujWPAQ1oop/rbcdTckXH oNDnpHpaaRYEczQtnWB0Pi+j2RtZSRA795OrNf6N9Hr2IUzkH20L5h38qmAEPjB2HqDAsqsNdxTnX zzgfJdb2lzVAbPW0BNTA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sOzHi-00034I-D2; Wed, 03 Jul 2024 08:40:46 -0400 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:321253 Archived-At: Hi all, given a number of developers here are tracking and working cooperatively on scratch/igc and the aim is to hopefully reach a mergable status, shouldn't we move the development to a feature branch (read feature/igc)? Typically feature branch are supposed to be tracked by other people (read no force push allowed) and commit messages are already in the format suggested by CONTRIBUTE. WDYT? Andrea