From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Writing ChangeLog-style commit messages with Magit Date: Mon, 17 Feb 2020 08:07:10 +0100 Message-ID: <87wo8l1yld.fsf@gnu.org> References: <87lfp28kek.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="73760"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Federico Tedin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 17 08:07:49 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j3aVR-000J88-Qy for ged-emacs-devel@m.gmane-mx.org; Mon, 17 Feb 2020 08:07:49 +0100 Original-Received: from localhost ([::1]:41070 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3aVQ-0002eW-Tv for ged-emacs-devel@m.gmane-mx.org; Mon, 17 Feb 2020 02:07:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34064) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3aUr-0002DE-It for emacs-devel@gnu.org; Mon, 17 Feb 2020 02:07:15 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j3aUr-00008M-FJ; Mon, 17 Feb 2020 02:07:13 -0500 Original-Received: from auth2-smtp.messagingengine.com ([66.111.4.228]:54221) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1j3aUq-0007pb-Uq; Mon, 17 Feb 2020 02:07:12 -0500 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id C01D321B74; Mon, 17 Feb 2020 02:07:11 -0500 (EST) Original-Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Mon, 17 Feb 2020 02:07:11 -0500 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjeehgddutdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufhfffgjkfgfgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhi lhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecukfhppeekgedrudefvddrud dthedrgeefnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhho mhepthhhohhrnhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlihhthidqkeeijeefke ejkeegqdeifeehvdelkedqthhsughhpeepghhnuhdrohhrghesfhgrshhtmhgrihhlrdhf mh X-ME-Proxy: Original-Received: from thinkpad-t440p (p5484692b.dip0.t-ipconnect.de [84.132.105.43]) by mail.messagingengine.com (Postfix) with ESMTPA id 215EA328005D; Mon, 17 Feb 2020 02:07:11 -0500 (EST) Mail-Followup-To: Federico Tedin , emacs-devel@gnu.org In-Reply-To: <87lfp28kek.fsf@gmail.com> (Federico Tedin's message of "Sun, 16 Feb 2020 19:19:31 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244977 Archived-At: Federico Tedin writes: Hi Federico, > I was wondering what's the best way of writing ChangeLog-style commit > messages with Magit. Magit supports that out of the box! Initiate a commit, and then hit C (`magit-commit-add-log') in the shown diff buffer which will generate a ChangeLog-style commit message line for the hunk under point in the commit message buffer. Bye, Tassilo