From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#50340: Fix remote-location in vc-git-log-incoming Date: Sun, 02 Oct 2022 21:35:42 +0300 Organization: LINKOV.NET Message-ID: <86mtae13b5.fsf@mail.linkov.net> References: <87k0jz9clq.fsf@mail.linkov.net> <87o89aaxhj.fsf@mail.linkov.net> <63fb440c-a393-541d-2f92-fe28130c899e@yandex.ru> <875yvfurkp.fsf@mail.linkov.net> <0073fec5-a6f7-1108-02ee-ab9d9ba38d33@yandex.ru> <86o7v6bcd1.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29871"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 50340@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 02 20:37:22 2022 Return-path: Envelope-to: geb-bug-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 1of3q6-0007fq-Al for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 Oct 2022 20:37:22 +0200 Original-Received: from localhost ([::1]:33068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1of3q5-0007QW-7f for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 02 Oct 2022 14:37:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of3pm-0007Og-Qv for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 14:37:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48964) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1of3pm-0007JT-JE for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 14:37:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1of3pm-0006Rs-3n for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 14:37:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 02 Oct 2022 18:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50340 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 50340-submit@debbugs.gnu.org id=B50340.166473580524752 (code B ref 50340); Sun, 02 Oct 2022 18:37:02 +0000 Original-Received: (at 50340) by debbugs.gnu.org; 2 Oct 2022 18:36:45 +0000 Original-Received: from localhost ([127.0.0.1]:48040 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of3pV-0006R9-4x for submit@debbugs.gnu.org; Sun, 02 Oct 2022 14:36:45 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:58427) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of3pT-0006Qs-6q; Sun, 02 Oct 2022 14:36:43 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 1C279100003; Sun, 2 Oct 2022 18:36:32 +0000 (UTC) In-Reply-To: <86o7v6bcd1.fsf@mail.linkov.net> (Juri Linkov's message of "Fri, 23 Sep 2022 18:52:50 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:244251 Archived-At: close 50340 29.0.50 thanks >> If it works for you, go ahead. I just couldn't make the command work >> (patched or not) with either of the projects I tried it on. > > This patch fixes both problems: in vc-git-log-outgoing > and in the documentation by using the same term 'remote-location' > as the argument name in vc-log-incoming/outgoing: So I pushed to master and closed.