From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Fixes: in vc for git? Date: Sat, 15 Nov 2014 23:35:10 -0500 Message-ID: References: <5465B13E.90608@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416112553 30492 80.91.229.3 (16 Nov 2014 04:35:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 04:35:53 +0000 (UTC) Cc: "Jan D." , emacs-devel To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 05:35:46 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 1XprYw-0002cy-5a for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 05:35:46 +0100 Original-Received: from localhost ([::1]:42800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XprYv-00074X-Mf for ged-emacs-devel@m.gmane.org; Sat, 15 Nov 2014 23:35:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XprYV-00073a-DM for emacs-devel@gnu.org; Sat, 15 Nov 2014 23:35:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XprYN-0003uP-UK for emacs-devel@gnu.org; Sat, 15 Nov 2014 23:35:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:45176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XprYN-0003uL-Qa; Sat, 15 Nov 2014 23:35:11 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEEViMQCw4mEhQYDSSIVNEEAQEBBwEBAQEekRQHhEsFjAupDYQaH4J7AQEB X-IPAS-Result: AsUIAGA2ZVSnWBqE/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEEViMQCw4mEhQYDSSIVNEEAQEBBwEBAQEekRQHhEsFjAupDYQaH4J7AQEB X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="97108223" Original-Received: from 167-88-26-132.cpe.teksavvy.com (HELO pastel.home) ([167.88.26.132]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Nov 2014 23:35:10 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B3CB09865; Sat, 15 Nov 2014 23:35:10 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Sat, 15 Nov 2014 20:46:28 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:177278 Archived-At: > (Thanks to log-edit-rewrite-fixes in dir-locals.el. > The only difference is that Fixes: is not converted to --fixes, > since git doesn't have that, but passed unchanged into the commit log.) FWIW, I'm not convinced this counts as "it just works". It looks pretty ugly (more ugly than a "(bug#NN)" somewhere in the commit message). I'd rather have it moved to the end of the commit message, for example. Stefan