From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: [PATCH] git-commit: revamp the git-commit semantics. Date: Tue, 07 Feb 2006 14:18:39 -0500 (EST) Message-ID: References: <7vpsm2hzng.fsf@assigned-by-dhcp.cox.net> <7v64ntindq.fsf@assigned-by-dhcp.cox.net> <43E67745.2080302@gmail.com> <7voe1le71b.fsf@assigned-by-dhcp.cox.net> <7vfymvvz1r.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Feb 07 20:19:34 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6YMP-0008Hg-5D for gcvg-git@gmane.org; Tue, 07 Feb 2006 20:18:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965148AbWBGTSm (ORCPT ); Tue, 7 Feb 2006 14:18:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965157AbWBGTSm (ORCPT ); Tue, 7 Feb 2006 14:18:42 -0500 Received: from relais.videotron.ca ([24.201.245.36]:23942 "EHLO relais.videotron.ca") by vger.kernel.org with ESMTP id S965148AbWBGTSl (ORCPT ); Tue, 7 Feb 2006 14:18:41 -0500 Received: from xanadu.home ([24.202.136.67]) by VL-MO-MR004.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0IUC00BQU0B3TGF0@VL-MO-MR004.ip.videotron.ca> for git@vger.kernel.org; Tue, 07 Feb 2006 14:18:39 -0500 (EST) In-reply-to: X-X-Sender: nico@localhost.localdomain To: Junio C Hamano Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Tue, 7 Feb 2006, Nicolas Pitre wrote: > The 1.3.x branch being the so called "unstable" branch makes it the > appropriate place to do it at the earliest... As someone refreshed my memory in private, there is no "unstable" branch like Linux used to have. But hopefully you all understood what I meant i.e. in the main branch after the stable 1.2.0 branch is forked. Nicolas