From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Sat, 05 Jan 2008 09:30:00 -0500 Message-ID: References: <20080101171120.GC3830@muc.de> <20080101.190535.32709273.wl@gnu.org> <20080101182742.GE3830@muc.de> <20080101.192802.05328072.wl@gnu.org> <20080102121745.GD17588@thyrsus.com> <87myrmjgqf.fsf@catnip.gol.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1199543472 28418 80.91.229.12 (5 Jan 2008 14:31:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 14:31:12 +0000 (UTC) Cc: esr@thyrsus.com, acm@muc.de, eliz@gnu.org, esr@snark.thyrsus.com, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 15:31:32 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBA3f-0002RM-59 for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 15:31:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBA3I-0005yt-It for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 09:31:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBA2G-0005NK-6k for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:30:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBA2E-0005MP-Dh for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:30:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBA2E-0005MH-8e for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:30:02 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBA2E-0005G7-2v for emacs-devel@gnu.org; Sat, 05 Jan 2008 09:30:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1JBA2C-0008JJ-LF; Sat, 05 Jan 2008 09:30:00 -0500 In-reply-to: <87myrmjgqf.fsf@catnip.gol.com> (message from Miles Bader on Fri, 04 Jan 2008 14:35:04 +0900) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86157 Archived-At: Yes there is a concept of a trunk -- at least with git, each repository can contain named branches (each a reference to the tip of some development line), and the branch called "master" is the default for many operations. So which is the operation that alters the current version in the trunk?