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: PROPOSAL: Move to git, now that bzr is no longer a req. Date: Sat, 4 Jan 2014 22:38:27 +0100 Message-ID: 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; charset=UTF-8 X-Trace: ger.gmane.org 1388871552 28661 80.91.229.3 (4 Jan 2014 21:39:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2014 21:39:12 +0000 (UTC) Cc: Stromeko@nexgo.de, Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 04 22:39:19 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 1VzYw6-0003l2-SR for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2014 22:39:14 +0100 Original-Received: from localhost ([::1]:55812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzYw6-0005lr-7u for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2014 16:39:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzYw3-0005lm-Tw for emacs-devel@gnu.org; Sat, 04 Jan 2014 16:39:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzYw3-0000LK-0f for emacs-devel@gnu.org; Sat, 04 Jan 2014 16:39:11 -0500 Original-Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:55943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzYw0-0000Km-DV; Sat, 04 Jan 2014 16:39:08 -0500 Original-Received: by mail-ee0-f52.google.com with SMTP id d17so7166511eek.25 for ; Sat, 04 Jan 2014 13:39:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tzD0aqwJPzx67oT6vTYJzneS++xXHOSQdWN4EdUsfSg=; b=JtXeCemP8iUtnDHWNTCMoj6G65ceeXpBCIOhsHrubLKOfdvP0ZjKQ44431KtPJpFdB nwvwaPiDb63kTSko/fz8Z7qFs7GpWMlTI22tawAYus1IptKNZrCw+gKaGEi/Yc09JiyX YOSxuBcWRMSO7FQrwVXMd6FuFMHGYxWBOKirEFAPw7DRIzLc1PU5W7ccxXX0mIq4y3cq lrUG5iD+zc/9AeBvxyPHxmdqvHzsSK9dZ7+Kq1f/Yo/J6coAeeW6o4GHIBmTbW193NBH 51ro8+7EZY4iV6VrlO7clBUQpPnaWxLJlVv3gJ7K+Z3VKsLnYvKz1R0PDGx3yUfkLvrM fcHA== X-Received: by 10.14.199.197 with SMTP id x45mr81163377een.8.1388871547351; Sat, 04 Jan 2014 13:39:07 -0800 (PST) Original-Received: by 10.14.209.69 with HTTP; Sat, 4 Jan 2014 13:38:27 -0800 (PST) In-Reply-To: <83bnzrv4b0.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::234 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:167333 Archived-At: On Sat, Jan 4, 2014 at 10:13 PM, Eli Zaretskii wrote: > 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. There's notes (git notes etc.). Perhaps it would make sense to use some commit hook to move the commit log message to a note automagically... That wouldn't be ideal, but it would go a long way to make losing the ChangeLogs palatable. J