From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Newsgroups: gmane.emacs.devel Subject: Re: Semi-colon at beginning of first line in commit log? Date: Wed, 22 Apr 2015 09:17:09 +0200 Message-ID: <87sibsws22.fsf@taylan.uni.cx> References: <83k2x44p2r.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429687046 12797 80.91.229.3 (22 Apr 2015 07:17:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2015 07:17:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 22 09:17:26 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 1YkouS-0008Gc-Q7 for ged-emacs-devel@m.gmane.org; Wed, 22 Apr 2015 09:17:24 +0200 Original-Received: from localhost ([::1]:33584 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkouM-0006Go-VZ for ged-emacs-devel@m.gmane.org; Wed, 22 Apr 2015 03:17:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkouJ-0006DP-6n for emacs-devel@gnu.org; Wed, 22 Apr 2015 03:17:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkouI-0005Zn-H9 for emacs-devel@gnu.org; Wed, 22 Apr 2015 03:17:15 -0400 Original-Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:35117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkouI-0005Zb-9h; Wed, 22 Apr 2015 03:17:14 -0400 Original-Received: by wgyo15 with SMTP id o15so236810777wgy.2; Wed, 22 Apr 2015 00:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=tY5WqPsPuj1ZlD4ufYkLHelspy/84O6N719el3sHRQE=; b=CK1Nfi7fjTFvMjnpjRUnUnZGbYH+okMyLSo59iw4Kmz5f0uxRaLFatIOHqb0KlKhww u9SRtpyuTLuiadF1YwRoWFzACxtZyjcPrHyKix1La4Ve/kc0zx5WmKAywoSu5U4U/ufk iOWwRTSzXbHeKjafTGyx+4yAb2xJO5RAIp8LIpemFuY25icGO1YmkAjTTlBkdH3SgnH6 3/6ZiMgxhJiZvFsHBXFzpMhRLu0mWRiMMMNHPPYFhKg6OQDHXmfvn3LqPTLUWiHIFc1h pjW+v/Il5knADtf6vzVLcBoArLDmVW0O678c5TidJfTJRVgn2rXlS2ClcA57pzYsWEIh KNHw== X-Received: by 10.194.110.233 with SMTP id id9mr48449992wjb.136.1429687032846; Wed, 22 Apr 2015 00:17:12 -0700 (PDT) Original-Received: from taylan.uni.cx (p200300514A37CCA30213E8FFFEED36FB.dip0.t-ipconnect.de. [2003:51:4a37:cca3:213:e8ff:feed:36fb]) by mx.google.com with ESMTPSA id bx3sm5953296wjc.21.2015.04.22.00.17.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Apr 2015 00:17:12 -0700 (PDT) In-Reply-To: <83k2x44p2r.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 22 Apr 2015 10:09:00 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22c 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:185767 Archived-At: Eli Zaretskii writes: > What are all those semi-colons in the logs, like in the messages > below? Apparently it tells the ChangeLog auto-generator to ignore the commit. Looking at some of the recent commits using this, I don't really understand why they do so, except for the ones that indeed mess with the ChangeLog itself. Taylan