From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: vc-update-change-log and git Date: Mon, 22 Jan 2018 18:10:20 +0200 Message-ID: <83d121ri1f.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1516637391 4287 195.159.176.226 (22 Jan 2018 16:09:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 22 Jan 2018 16:09:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 22 17:09:46 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1edefI-0000hR-LJ for ged-emacs-devel@m.gmane.org; Mon, 22 Jan 2018 17:09:44 +0100 Original-Received: from localhost ([::1]:50330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edehI-0005cs-RT for ged-emacs-devel@m.gmane.org; Mon, 22 Jan 2018 11:11:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edegJ-0005at-37 for emacs-devel@gnu.org; Mon, 22 Jan 2018 11:10:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edegE-0000gf-2R for emacs-devel@gnu.org; Mon, 22 Jan 2018 11:10:47 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edegD-0000gW-Vc for emacs-devel@gnu.org; Mon, 22 Jan 2018 11:10:41 -0500 Original-Received: from [176.228.60.248] (port=3304 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1edeg4-00060Q-Gl; Mon, 22 Jan 2018 11:10:32 -0500 In-reply-to: (message from Richard Stallman on Sun, 21 Jan 2018 21:16:33 -0500) 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.21 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" Xref: news.gmane.org gmane.emacs.devel:222142 Archived-At: > From: Richard Stallman > Date: Sun, 21 Jan 2018 21:16:33 -0500 > > I'm told that vc-update-change-log does not support Git. > Could someone add that support? vc-update-change-log should > support all VCS's that VC supports. vc-update-change-log is only supported for RCS and CVS (and the latter actually calls the RCS back-end implementation). No other VCS in VC supports it.