From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: Freeze is almost here Date: Sun, 15 Nov 2015 10:53:00 +0100 Organization: Probably a good idea Message-ID: References: <877flswse5.fsf@lifelogs.com> <8737wgw7kf.fsf@lifelogs.com> <87io5bv1it.fsf@lifelogs.com> <87egfzuwca.fsf@lifelogs.com> <876118u6f2.fsf@lifelogs.com> <87io56qgid.fsf@lifelogs.com> <838u61g0sr.fsf@gnu.org> <837fllg06m.fsf@gnu.org> <836115fyw4.fsf@gnu.org> <83ziyhej4f.fsf@gnu.org> <83mvuhdlaq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447657811 22791 80.91.229.3 (16 Nov 2015 07:10:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 07:10:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 16 08:10:03 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZyDvO-0007vT-3Z for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 08:10:02 +0100 Original-Received: from localhost ([::1]:46535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyDvN-000743-K5 for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 02:10:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxtyf-0006kb-7G for emacs-devel@gnu.org; Sun, 15 Nov 2015 04:52:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zxtya-0002Xb-7m for emacs-devel@gnu.org; Sun, 15 Nov 2015 04:52:05 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:47664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zxtya-0002XX-0l for emacs-devel@gnu.org; Sun, 15 Nov 2015 04:52:00 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZxtyW-0000rv-So for emacs-devel@gnu.org; Sun, 15 Nov 2015 10:51:56 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2015 10:51:56 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2015 10:51:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:sG247c/Fwiw2mUV+hpwcm/bEZRo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:194527 Archived-At: >>>>> "John Wiegley" : > I'm sorry to have created so much confusion, I assumed too much about our > collective Git habits. Next time I'll "cut once", and it will be frozen from > that moment forward. I had feared I wouldn't be available to do it at the > right time, so I did it early, expecting to allow changes from master until > the cutoff point. Note that you can branch off from any commit on master after the fact. Ie. you can look down the history list of master and decide "Ah! There!", and then do git checkout -b emacs-26.1 git push -u origin HEAD