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: vc-next-action RCS vs hg: copies the entry of ChangeLog Date: Mon, 19 Oct 2015 10:07:28 +0300 Message-ID: <83y4ezgwun.fsf@gnu.org> References: <87wpuohbj8.fsf@mat.ucm.es> <561F85F2.2030002@yandex.ru> <87fv18oe04.fsf@mat.ucm.es> <56235135.3060503@yandex.ru> <877fmkoa6v.fsf@mat.ucm.es> <56236B6F.8070401@yandex.ru> <871tcsl41h.fsf@mat.ucm.es> <5623FB62.5020507@yandex.ru> <877fmjqrd5.fsf@mat.ucm.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445238464 16413 80.91.229.3 (19 Oct 2015 07:07:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 07:07:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 09:07:36 2015 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 1Zo4Xg-0006M9-Bn for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 09:07:36 +0200 Original-Received: from localhost ([::1]:36884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo4Xf-0007Q4-L4 for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 03:07:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo4Xc-0007O7-4r for emacs-devel@gnu.org; Mon, 19 Oct 2015 03:07:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zo4XX-0006pA-SS for emacs-devel@gnu.org; Mon, 19 Oct 2015 03:07:31 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:53499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zo4XX-0006oV-Je for emacs-devel@gnu.org; Mon, 19 Oct 2015 03:07:27 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NWG00L00GZS3K00@mtaout28.012.net.il> for emacs-devel@gnu.org; Mon, 19 Oct 2015 10:06:40 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWG00L0IH33LJ00@mtaout28.012.net.il>; Mon, 19 Oct 2015 10:06:40 +0300 (IDT) In-reply-to: <877fmjqrd5.fsf@mat.ucm.es> 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:192039 Archived-At: > From: Uwe Brauer > Date: Mon, 19 Oct 2015 09:55:50 +0300 > > I am right now confused. I go to the Emacs git trunc, switch into the > lisp directory: > the latest ChangeLog is ChangeLog.17 > its most recent entry (this is not the most update git version of emacs) is > > ,---- > | 2015-04-06 Alan Mackenzie > | > | Fix miscellaneous glitches in cc-mode.el. (Bug#20245) > | * progmodes/cc-mode.el (c-common-init): bind [Snip] > `---- > > However when I run git log in that directory I see > > ,---- > | commit 09c15856a926eb80106a5c42571660601c2167d6 > | Author: Glenn Morris > | Date: Fri Sep 4 06:19:49 2015 -0400 > | > | ; Auto-commit of loaddefs files. > | > | commit 2559d6e8dadead055e6b06b04f71b2eca195dae8 > | Author: Eli Zaretskii > | Date: Fri Sep 4 09:56:40 2015 +0300 > `---- > > > So git log does not show the ChangeLogs neither?! Not in those ones. Look at ChangeLog.2 at top level, this is the Git commit log, updated once a week.