From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Merge-base alias for git vc-diff Date: Wed, 02 Jan 2019 22:40:30 -0500 Message-ID: References: <87bm58ornb.fsf@mail.linkov.net> <92f058a4-ef98-725b-9603-5a671113dfaa@yandex.ru> <87lg4aak10.fsf@mail.linkov.net> <87o98zapae.fsf@mail.linkov.net> <87ef9u951h.fsf@mail.linkov.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546486724 14995 195.159.176.226 (3 Jan 2019 03:38:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2019 03:38:44 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 03 04:38:40 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from listsout.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1getqB-0003ok-RK for ged-emacs-devel@m.gmane.org; Thu, 03 Jan 2019 04:38:39 +0100 Original-Received: from localhost ([127.0.0.1]:48871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1getsI-00021I-Eh for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2019 22:40:50 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1getsD-000217-16 for emacs-devel@gnu.org; Wed, 02 Jan 2019 22:40:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gets8-000830-0f for emacs-devel@gnu.org; Wed, 02 Jan 2019 22:40:44 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:59082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gets7-0007kH-Qa for emacs-devel@gnu.org; Wed, 02 Jan 2019 22:40:39 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x033eUZj013666; Wed, 2 Jan 2019 22:40:31 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 7A5E8AE35F; Wed, 2 Jan 2019 22:40:30 -0500 (EST) In-Reply-To: <87ef9u951h.fsf@mail.linkov.net> (Juri Linkov's message of "Wed, 02 Jan 2019 23:29:46 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 2 Rules triggered EDT_SA_DN_PASS=0, RV6452=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6452> : inlines <6990> : streams <1808971> : uri <2773964> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:232125 Archived-At: > The reason I proposed separate commands is because I can't find > a good solution how to combine this with the existing commands. You'd have to change the notion of "revision" in vc-git.el to allow a leading or trailing "...": remember, this is specific to Git so it can only belong in vc-git.el. It also means that revision completion in C-x v ~ will also allow those "..." even tho they don't make any sense there. Stefan