From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.devel Subject: Re: PROPOSAL: Move to git, now that bzr is no longer a req. Date: Sun, 05 Jan 2014 11:14:34 +0100 Message-ID: <87wqieu451.fsf@mid.deneb.enyo.de> References: <20140102095347.6834E381D0C@snark.thyrsus.com> <87fvp6bdd9.fsf_-_@ktab.red-bean.com> <8761q1ljny.fsf@gmail.com> <87lhyxqztz.fsf@gmx.de> <87mwjct755.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1388916891 824 80.91.229.3 (5 Jan 2014 10:14:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Jan 2014 10:14:51 +0000 (UTC) Cc: emacs-devel@gnu.org, Michael Albinus , Stefan Monnier , Thierry Volpiatto To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 05 11:14:57 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 1VzkjQ-0005Eu-Dr for ged-emacs-devel@m.gmane.org; Sun, 05 Jan 2014 11:14:56 +0100 Original-Received: from localhost ([::1]:57331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzkjP-0002fV-OI for ged-emacs-devel@m.gmane.org; Sun, 05 Jan 2014 05:14:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzkjI-0002f9-2X for emacs-devel@gnu.org; Sun, 05 Jan 2014 05:14:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzkjC-00032M-Vv for emacs-devel@gnu.org; Sun, 05 Jan 2014 05:14:47 -0500 Original-Received: from ka.mail.enyo.de ([87.106.162.201]:42507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vzkj7-00031k-L4; Sun, 05 Jan 2014 05:14:37 -0500 Original-Received: from [172.17.135.4] (helo=deneb.enyo.de) by ka.mail.enyo.de with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) id 1Vzkj5-0002l7-36; Sun, 05 Jan 2014 11:14:35 +0100 Original-Received: from fw by deneb.enyo.de with local (Exim 4.80) (envelope-from ) id 1Vzkj4-0002bc-Uy; Sun, 05 Jan 2014 11:14:34 +0100 In-Reply-To: <87mwjct755.fsf@bzg.ath.cx> (Bastien's message of "Sat, 04 Jan 2014 10:42:46 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 87.106.162.201 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:167354 Archived-At: * Bastien: > Stefan Monnier writes: > >> Please let's not rehash old arguments: the tarball contains many files >> that are generated, so it would be trivial to include the "git log" >> output in it. > > How would we handle fixing in such generated logs? > By revising the git history through rebasing? There's also "git notes". It would provide a clean way of amending log entries, but I haven't seen it used in the wild yet.