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: How to update the ChangeLog files in emacs-25? Date: Sun, 24 Jan 2016 16:53:01 +0200 Message-ID: <83egd73u7m.fsf@gnu.org> References: <87h9i3faym.fsf@petton.fr> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1453647172 29604 80.91.229.3 (24 Jan 2016 14:52:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Jan 2016 14:52:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 24 15:52:47 2016 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 1aNM23-0006Xp-EU for ged-emacs-devel@m.gmane.org; Sun, 24 Jan 2016 15:52:47 +0100 Original-Received: from localhost ([::1]:60713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNM22-00075W-Vr for ged-emacs-devel@m.gmane.org; Sun, 24 Jan 2016 09:52:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNM1z-00075R-Mc for emacs-devel@gnu.org; Sun, 24 Jan 2016 09:52:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNM1v-0004yG-Lo for emacs-devel@gnu.org; Sun, 24 Jan 2016 09:52:43 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNM1v-0004yC-Ig; Sun, 24 Jan 2016 09:52:39 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3909 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aNM1u-0000U2-2R; Sun, 24 Jan 2016 09:52:38 -0500 In-reply-to: <87h9i3faym.fsf@petton.fr> (message from Nicolas Petton on Sun, 24 Jan 2016 12:55:45 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:198700 Archived-At: > From: Nicolas Petton > Date: Sun, 24 Jan 2016 12:55:45 +0100 > > I'm working on getting the first pretest out, but I'm wondering if (and > how) I should update the ChangeLog files from the git history. "make change-history-nocommit" in the top-level directory should do what you want. You can (and probably should) commit ChangeLog.2 that gets updated to the repository afterwards. (There's also the 'change-history' target that automatically commits, but maybe you shouldn't do that the first time you try it.) Thanks.