From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.help Subject: Re: The meaming of ERC used in commit message. Date: Mon, 13 Sep 2021 10:49:04 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34396"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 13 10:58:29 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mPhnG-0008k4-ON for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 Sep 2021 10:58:26 +0200 Original-Received: from localhost ([::1]:55574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mPhnF-0004Yt-5s for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 13 Sep 2021 04:58:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPheP-0004V1-IV for help-gnu-emacs@gnu.org; Mon, 13 Sep 2021 04:49:18 -0400 Original-Received: from mail.bsd4all.net ([2a01:4f8:13b:240c::25]:14333) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mPheN-0005L6-64 for help-gnu-emacs@gnu.org; Mon, 13 Sep 2021 04:49:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1631522944; bh=kzLyTZHvRvYxD1HPnbZgOy61iY8T80AC6DQyYZYFrUA=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=CHOES6HIdwtUWRVskrMRp9tSvZzmVYcnSlC1tu2rhWkqurrukNlV7DEeUKz7xIGdc U2QQNg7jAyB04tKFjG7j1d2IXkt6YpfusfcNQDJ3kYibCOmuEIYnDmL+gZRQtAdgIc C3+jb+YYKpPP1FgQ3UPX8Cdle2L+Y0Te2RWQxmvw6b0ywiL3aGdDRuMdoQgk2KbsTQ IACusX7OkDrnVRc2LOgxXmDOCce+O/fs9qsgH76yF/w+rrRw+S4jLnhGB/tINyo2v1 82IjfVb3RFHZjs2YJcyIK0iCRXGNW5qjrHwgplayMsZbxk9FdzbHtFSfBddU/4xW0E AVyYdsiE5s4ew== Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2a01:4f8:13b:240c::25; envelope-from=herbert@gojira.at; helo=mail.bsd4all.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:133018 Archived-At: On Mon, Sep 13, 2021 at 04:41:10PM +0800, Hongyi Zhao wrote: > I noticed that several git commit messages using the terminology ERC: > > $ git log |grep -m1 'ERC:' > ERC: Use 'string-replace' only on Emacs 28 and later > > But I can't figure out the meaning of this terminology. Any hints will > be helpful. 1. https://www.gnu.org/software/emacs/manual/html_mono/erc.html#Introduction ERC is a powerful, modular, and extensible IRC client for Emacs. 2. git show 85d0ed0 -- Herbert