From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: use git, not cvs Date: Tue, 10 Jun 2008 13:30:06 +0200 Message-ID: References: <20080607125159.8A74F9F05B4@grelber.thyrsus.com> <20080607141452.GF1812@muc.de> <20080607152408.GG1812@muc.de> <20080607193747.GB1420@thyrsus.com> <878wxd1sqg.fsf_-_@rho.meyering.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213097422 1740 80.91.229.12 (10 Jun 2008 11:30:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 11:30:22 +0000 (UTC) Cc: esr@thyrsus.com, Alan Mackenzie , Eli Zaretskii , Jim Meyering , emacs-devel@gnu.org To: "Miles Bader" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 13:31:04 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 1K6246-00012e-W1 for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 13:31:03 +0200 Original-Received: from localhost ([127.0.0.1]:55211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K623J-0002yZ-Hc for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 07:30:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K623F-0002yI-Ml for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:30:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K623D-0002xW-QK for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:30:09 -0400 Original-Received: from [199.232.76.173] (port=49827 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K623D-0002xN-Is for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:30:07 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.179]:15892) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K623D-00073d-3O for emacs-devel@gnu.org; Tue, 10 Jun 2008 07:30:07 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so2159224wag.10 for ; Tue, 10 Jun 2008 04:30:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=l5ENBDq8cn2HO39lxb4Q67tw+LdO8Xt3kAfv7p+TIM0=; b=cx1GIxI4ip+YMvVy7RgYvH89IDlLlHHJPUrQPsuLrCpaq9qQFy4HdRQraAvx5/RBZS pCDjEgAV0f51Y2J0SirvNPvYJXoNHcpA85iXWMShl4n18frRNxui5fSjrWCxGqmFC3nT TKwa5JpS1SojXZ1sw58cIhH+NMGhzG15H2g0w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Hk3gR4nkXLSxOAg/D1rtjpHsq3+puodXAP3JTQCJTBIxwkhTUHq+Da3VCQHLqbONAo aBjf+eo/OhOI2ytwTi+Pi0xli4Y6Olsvpbv65U3ZSGRyQvg5N7VhGdFt78QXL/eBEpGU Szm8a/iQSqKkTXAimyqraM8EAKAKaZKwfHSso= Original-Received: by 10.114.88.20 with SMTP id l20mr4669539wab.114.1213097406270; Tue, 10 Jun 2008 04:30:06 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Tue, 10 Jun 2008 04:30:06 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 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:98863 Archived-At: > Why not? Laziness. > The more modern style of committing works perfectly well with > CVS, and improves the result of cvs-whatever gateways. People could get > used to the newer practice now, and help the history be more rational, > whether in bzr, or in git. True. Juanma