From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nathan Trapuzzano Newsgroups: gmane.emacs.devel Subject: Re: PROPOSAL: Move to git, now that bzr is no longer a req. Date: Sat, 04 Jan 2014 21:17:13 -0500 Message-ID: <87bnzr895i.fsf@nbtrap.com> References: <20140102095347.6834E381D0C@snark.thyrsus.com> <87fvp6bdd9.fsf_-_@ktab.red-bean.com> <8761q1ljny.fsf@gmail.com> <20140103175006.GE17261@thyrsus.com> <87iou0t72n.fsf@bzg.ath.cx> <87a9fb99qg.fsf@Rainer.invalid> <87sit37ac1.fsf@Rainer.invalid> <83bnzrv4b0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388888261 19285 80.91.229.3 (5 Jan 2014 02:17:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jan 2014 02:17:41 +0000 (UTC) Cc: Juanma Barranquero , Stromeko@nexgo.de, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 05 03:17:47 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 1VzdHe-0005Lf-Hu for ged-emacs-devel@m.gmane.org; Sun, 05 Jan 2014 03:17:46 +0100 Original-Received: from localhost ([::1]:56397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzdHe-0007jB-4a for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2014 21:17:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzdHV-0007is-Nl for emacs-devel@gnu.org; Sat, 04 Jan 2014 21:17:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzdHG-0008Vl-U9 for emacs-devel@gnu.org; Sat, 04 Jan 2014 21:17:37 -0500 Original-Received: from alt-proxy16.mail.unifiedlayer.com ([70.40.197.35]:35503) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1VzdHG-0008RQ-Kj for emacs-devel@gnu.org; Sat, 04 Jan 2014 21:17:22 -0500 Original-Received: (qmail 14853 invoked by uid 0); 5 Jan 2014 02:17:19 -0000 Original-Received: from unknown (HELO host393.hostmonster.com) (66.147.240.193) by oproxy4.mail.unifiedlayer.com with SMTP; 5 Jan 2014 02:17:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From; bh=tIoOaIlTOf//gdZtdcyvM9FSN/XRX1lnnZVLC6vuDwk=; b=YdhJUPZ1dHVD5zHalV+1e9EULiaTCUXkVnKbkD6l2YfDSS1AMusoFwPzYolXkXUv7tEgSBd4yRTxTOOmWVXlOqGN5yZkowaRR58w+Lf/nxt/eQl89FBB7eqzVlg3B8nY; Original-Received: from [50.90.253.209] (port=51794 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (UNKNOWN:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1VzdHC-0003Wd-Sn; Sat, 04 Jan 2014 19:17:19 -0700 In-Reply-To: <83bnzrv4b0.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 04 Jan 2014 23:13:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 50.90.253.209 authed with nbtrap@nbtrap.com} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 70.40.197.35 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:167341 Archived-At: Eli Zaretskii writes: > If git is supported as well as we are told, perhaps the git developers > can be asked to add a feature that will allow commit messages to be > fixed, at least as far as the output of "git log" etc. is concerned. > CVS allowed such changes, btw. git rebase --interactive With a source repository like Emacs', which is shared by so many people, doing that is a terrible idea.