From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: Generating the ChangeLog files from the commit messages Date: Wed, 19 Nov 2014 23:29:11 +0700 Message-ID: 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> 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 1416414580 4685 80.91.229.3 (19 Nov 2014 16:29:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2014 16:29:40 +0000 (UTC) Cc: Rasmus , Emacs developers To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 19 17:29:33 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 1Xr88K-0002C1-St for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 17:29:33 +0100 Original-Received: from localhost ([::1]:59405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr88K-0001r4-G3 for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 11:29:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr886-0001qz-Bq for emacs-devel@gnu.org; Wed, 19 Nov 2014 11:29:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr885-0002K8-KH for emacs-devel@gnu.org; Wed, 19 Nov 2014 11:29:18 -0500 Original-Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]:43551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr880-0002Hv-6X; Wed, 19 Nov 2014 11:29:12 -0500 Original-Received: by mail-ie0-f174.google.com with SMTP id rl12so801760iec.5 for ; Wed, 19 Nov 2014 08:29:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=MkKpyWNLDYlGTMsZ9BErG9xOXq4s+yaI+fG1xWsZGtU=; b=DviQD9D4ZnHRfH7iu4J25smfZsNVO08l+iNpwtYX/vSlYyR7WyRL7Oiy4JQ9Sakd/T kp5WEvnK2Kv3owG/RF6QQmQ1RdsM4p3IBaJ2RTVFcWpz+rE+hqYTt/ij24caRFIjW1td DpcARyRXOnEW2dt7+/JddJb1phPuf1yT2u1HErQAmb4qqhiEK0L/sWmPUkLti3/ncljU d+YFRwvKYPGv7fXF8DxaeOzlD8nOqolX/p6tqSthShhNltqXmcJ7xbe9FBeC19UWcUHZ +sPlwR/l2PJtIEDe/F+f0Fnkpqo7+Wizyk97G+gkZ5rGyrK8gl2q7L6xxQM51hQKMraY u6pA== X-Received: by 10.107.151.145 with SMTP id z139mr45169543iod.24.1416414551619; Wed, 19 Nov 2014 08:29:11 -0800 (PST) Original-Received: by 10.107.48.3 with HTTP; Wed, 19 Nov 2014 08:29:11 -0800 (PST) In-Reply-To: <87tx1vsal4.fsf@bzg.ath.cx> X-Google-Sender-Auth: BlvJ0vvTZmweHDVAxQERqH-T3ZU X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22e 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:177776 Archived-At: 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 myself. So what=E2=80=99s the difference? Workflow A: you receive a patch, apply it (it gets committed to a temporary local branch), edit the changelog, commit -a --amend, and push. Workflow B: you receive a patch, apply it (it gets committed to a temporary local branch), commit --amend (it lets you edit the commit message), and push.