From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: What a modern collaboration toolkit looks like Date: Sat, 05 Jan 2008 17:23:25 +0200 Message-ID: References: <20071230122217.3CA84830B9A@snark.thyrsus.com> <20071231130712.GB8641@thyrsus.com> <87y7b96az8.fsf@member.fsf.org> <87fxxfnrhi.fsf@catnip.gol.com> <85abnkodlu.fsf@lola.goethe.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1199546644 5116 80.91.229.12 (5 Jan 2008 15:24:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 15:24:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 16:24:22 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 1JBAsn-0000rH-CC for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 16:24:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBAsQ-00017v-Pg for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 10:23:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBAru-0000eN-NF for emacs-devel@gnu.org; Sat, 05 Jan 2008 10:23:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBArs-0000cV-2c for emacs-devel@gnu.org; Sat, 05 Jan 2008 10:23:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBArr-0000cP-PX for emacs-devel@gnu.org; Sat, 05 Jan 2008 10:23:23 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBAro-0005Cv-0H; Sat, 05 Jan 2008 10:23:20 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-71-78.inter.net.il [80.230.71.78]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EOG03429 (AUTH halo1); Sat, 5 Jan 2008 17:23:17 +0200 (IST) In-reply-to: <85abnkodlu.fsf@lola.goethe.zz> (message from David Kastrup on Sat, 05 Jan 2008 09:55:57 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:86174 Archived-At: > From: David Kastrup > Date: Sat, 05 Jan 2008 09:55:57 +0100 > Cc: tassilo@member.fsf.org, emacs-devel@gnu.org, Miles Bader > > > CVS GIT > > save file = commit > > No. Saving a file will not give you all the version control history and > tools and diffs and branching and other tools that committing does under > git. What tools and diffs are those? So far, AFAIU, the only difference between save-file and GIT commit is that with the latter, you can start a (local) branch. If there are other reasons for local commits, what are they?