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: Thu, 20 Nov 2014 09:54:57 +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> <83389f87ks.fsf@gnu.org> <83wq6r6n6b.fsf@gnu.org> 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 1416452125 27953 80.91.229.3 (20 Nov 2014 02:55:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2014 02:55:25 +0000 (UTC) Cc: Bastien , Rasmus , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 20 03:55:16 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 1XrHts-0002ht-KK for ged-emacs-devel@m.gmane.org; Thu, 20 Nov 2014 03:55:16 +0100 Original-Received: from localhost ([::1]:33284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrHtr-0002Dj-Rf for ged-emacs-devel@m.gmane.org; Wed, 19 Nov 2014 21:55:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrHtd-0002Cc-Q6 for emacs-devel@gnu.org; Wed, 19 Nov 2014 21:55:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrHtd-000309-2D for emacs-devel@gnu.org; Wed, 19 Nov 2014 21:55:01 -0500 Original-Received: from mail-ig0-x234.google.com ([2607:f8b0:4001:c05::234]:34247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrHta-0002zM-7b; Wed, 19 Nov 2014 21:54:58 -0500 Original-Received: by mail-ig0-f180.google.com with SMTP id h15so2120892igd.7 for ; Wed, 19 Nov 2014 18:54:57 -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=ZWtquyG1on4HMtOZdGgtNfSP2ZurT3CNN79+Ohk/ggE=; b=dElZcoA9Ppnt8neOCG5iEp3Tab7NcIyCLlF3/Ara88CmOSgMSOZ3HI5IrQ61svjFby WhZRgtFMlKy5OoljqjuAUqPtfum9EUMgler1VcL9QDhL7ycN5v2FL5H09jN4UGpHk4c0 FE+qNF5YvPEM0lgmLHBZPKwpto/j0rRyAsU3lWtteGJyKOIHJDzGrP0cSaB6hwmoYLDK o0pmxeuBFO8r+ZSycpEH/UZggkAI78iFJaW1ybd8JTXHpeUXb24p3agq3tcYS95JWr5G LufEfHtvddP8jRLWyx8NGYaXDHz/ipPl37ndlrHbb/I1rMSvqD/o9v/7luDOhLQekvig UtxA== X-Received: by 10.42.144.196 with SMTP id c4mr1835838icv.0.1416452097617; Wed, 19 Nov 2014 18:54:57 -0800 (PST) Original-Received: by 10.107.48.3 with HTTP; Wed, 19 Nov 2014 18:54:57 -0800 (PST) In-Reply-To: <83wq6r6n6b.fsf@gnu.org> X-Google-Sender-Auth: 2rTlvK1ISa4LEKX1c4ZnrW7cRQY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::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:177841 Archived-At: On Thu, Nov 20, 2014 at 12:49 AM, Eli Zaretskii wrote: > The pain is when the code is OK, but the log entry isn't. In that > case, instead of just letting them push by themselves, I need to do > all the work for them. If they have push access, you needn=E2=80=99t. Workflow D: you tell them = =E2=80=9CThe code looks good to me. Please fix the commit message and push=E2=80=9D. They then git commit --amend && git push, and t= hey are left with a better understanding of how to write good commit messages for Emacs.