From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Generating the ChangeLog files from the commit messages Date: Wed, 19 Nov 2014 18:43:15 +0200 Message-ID: <83389f87ks.fsf@gnu.org> References: <21606.10799.112099.788101@a1i15.kph.uni-mainz.de> <1753218.Ot8JCqssfN@descartes> <546AABCF.8030705@cs.ucla.edu> <9xioico2nm.fsf@fencepost.gnu.org> <87zjbntvfz.fsf@bzg.ath.cx> <87y4r7edhx.fsf@gmx.us> <87tx1vsal4.fsf@bzg.ath.cx> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1416415443 19676 80.91.229.3 (19 Nov 2014 16:44:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2014 16:44:03 +0000 (UTC) Cc: bzg@gnu.org, rasmus@gmx.us, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 19 17:43:56 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 1Xr8MF-0001fh-Rs for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 17:43:55 +0100 Original-Received: from localhost ([::1]:59483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr8MF-0008Ti-G9 for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 11:43:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr8Lu-0008MF-P7 for emacs-devel@gnu.org; Wed, 19 Nov 2014 11:43:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr8Lo-0007oy-Vo for emacs-devel@gnu.org; Wed, 19 Nov 2014 11:43:34 -0500 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:33713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr8Lg-0007ij-6u; Wed, 19 Nov 2014 11:43:20 -0500 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NFA00M00ONX3W00@mtaout28.012.net.il>; Wed, 19 Nov 2014 18:40:44 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NFA00F2OOZVPQ70@mtaout28.012.net.il>; Wed, 19 Nov 2014 18:40:44 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 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:177780 Archived-At: > Date: Wed, 19 Nov 2014 23:29:11 +0700 > From: Yuri Khan > Cc: Rasmus , Emacs developers >=20 > On Wed, Nov 19, 2014 at 5:17 PM, Bastien wrote: > > > > I've taught myself to ask this to contributors, but still, > > I continue to accept patches for which I edit the changelog mysel= f. >=20 > So what=E2=80=99s the difference? >=20 > Workflow A: you receive a patch, apply it (it gets committed to a > temporary local branch), edit the changelog, commit -a --amend, and > push. >=20 > Workflow B: you receive a patch, apply it (it gets committed to a > temporary local branch), commit --amend (it lets you edit the commi= t > message), and push. Workflow C: you receive a patch, and tell the contributor to go ahead and push.