tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.5.2-pre emacs-28/77c97fe4aee0889319f69da76735b75ae7801493);


From: ASANO Fumihisa
Subject: Re: tramp (2.5.2-pre emacs-28/77c97fe4aee0889319f69da76735b75ae7801493); vc-print-log show empty log.
Date: Tue, 12 Oct 2021 07:03:21 +0900
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

On 2021/10/10 18:38, Michael Albinus wrote:
> --8<---------------cut here---------------start------------->8---
> (defun vc-git--literal-pathspec (file)
>   "Prepend :(literal) path magic to FILE."
>   ;; Good example of file name that needs this: "test[56].xx".
>   (when file
>     (let ((lname (file-local-name file)))
>       ;; Expand abbreviated file names.
>       (when (file-name-absolute-p lname)
>         (setq lname (expand-file-name lname)))
>       (concat ":(literal)" lname))))
> --8<---------------cut here---------------end--------------->8---


Thanks the patch.
I apply this path to emacs-28 HEAD.

The remote file is OK.
But the Local file is NG. Emacs say "File is not under version control".

I try with Git for Windows 2.33.0.2 and Git in cygwin.


I will follow the #51112.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]