From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Emacs branches in git Date: Sun, 16 Feb 2014 07:01:32 +0200 Message-ID: <87eh33irbn.fsf@yandex.ru> References: <3188.1392526217@olgas.newt.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392526914 32448 80.91.229.3 (16 Feb 2014 05:01:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Feb 2014 05:01:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 16 06:02:00 2014 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 1WEtrb-0007XL-Na for ged-emacs-devel@m.gmane.org; Sun, 16 Feb 2014 06:01:59 +0100 Original-Received: from localhost ([::1]:59917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEtrb-0000p6-CY for ged-emacs-devel@m.gmane.org; Sun, 16 Feb 2014 00:01:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEtrT-0000o7-Vk for emacs-devel@gnu.org; Sun, 16 Feb 2014 00:01:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEtrO-0008MX-6R for emacs-devel@gnu.org; Sun, 16 Feb 2014 00:01:51 -0500 Original-Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:37952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEtrN-0008MT-WA for emacs-devel@gnu.org; Sun, 16 Feb 2014 00:01:46 -0500 Original-Received: by mail-ee0-f44.google.com with SMTP id c13so6453638eek.3 for ; Sat, 15 Feb 2014 21:01:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=BJPk+zvXM+IB48YvBN55UeBhlXfDUC6Vae+7HoH8BVg=; b=0OwbT3b7QiDLZiGQhd8pFsmO6iuSDmQ+ISRDaMvLcfrfb/vRVd4SmRXmsED0NZFFg8 +cN4LOPYH9Cu9gZCpoTWFUAnzrMnpVv2SaXL0Kq1xka1u13y/2XBLRfpAPFujM0D6Jjz HvCBGcRE7J7TA2naVJwXzyr4I/T0sRLHkqEm0f5bR62bhpLTPZeEvy2aCXapw6E2/AXh bkNazSgEXv8HByoDVmNzGycVyl6wBZfblmzgNZXEM31nO9I3db7/VI5z386Yq6ReM1Xo xLTf7OKQ7Mu9iqzf2JHskc90fFocCMO+qi3GNM6tkYDVCVGPJ3746sfJfL46j4kcTpFv D0NQ== X-Received: by 10.15.22.65 with SMTP id e41mr18835389eeu.5.1392526905068; Sat, 15 Feb 2014 21:01:45 -0800 (PST) Original-Received: from axl ([93.109.195.252]) by mx.google.com with ESMTPSA id j41sm40291185eeg.10.2014.02.15.21.01.43 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 15 Feb 2014 21:01:44 -0800 (PST) In-Reply-To: <3188.1392526217@olgas.newt.com> (Bill Wohler's message of "Sat, 15 Feb 2014 20:50:17 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22c 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:169645 Archived-At: Bill Wohler writes: > master: For tagged releases. > > dev: How trunk is used now. Why is that? 1. People can put tags on revisions in release branches. Why dedicate a branch just for release tags? 2. I suspect that at least some releases won't be direct descendants of one another. I.e. there won't be a way to have all release revisions on one branch.