From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@newcastle.ac.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: namespace convention for short-lived branches Date: Tue, 21 Apr 2015 11:54:17 +0100 Message-ID: <878udlkazq.fsf@newcastle.ac.uk> References: <1y4lmdb5r.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429613686 12529 80.91.229.3 (21 Apr 2015 10:54:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2015 10:54:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 21 12:54:46 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 1YkVpF-0004Aw-Nm for ged-emacs-devel@m.gmane.org; Tue, 21 Apr 2015 12:54:45 +0200 Original-Received: from localhost ([::1]:57668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkVpE-0001yc-V1 for ged-emacs-devel@m.gmane.org; Tue, 21 Apr 2015 06:54:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkVp2-0001yS-OP for emacs-devel@gnu.org; Tue, 21 Apr 2015 06:54:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkVp2-0000Fl-3b for emacs-devel@gnu.org; Tue, 21 Apr 2015 06:54:32 -0400 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:40150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkVot-0000DM-9n; Tue, 21 Apr 2015 06:54:23 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1YkVon-0004g7-Cs; Tue, 21 Apr 2015 11:54:18 +0100 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YkVon-0007WQ-Sp; Tue, 21 Apr 2015 11:54:17 +0100 In-Reply-To: <1y4lmdb5r.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 20 Apr 2015 12:20:16 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.12 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:185745 Archived-At: Glenn Morris writes: > Some people use "scratch/", which seems sensible to me. (But there's > also one "fix/" and one "feature/" ...) "fix" and "feature" are after gitflow, which is how they got there, but I think "scratch" was the final decision. The fix/ branch was me; as it's going to take me a long time to finish, I've removed it. Phil