emacs-devel
[Top][All Lists]
Advanced

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

Re: master 511e3d4e798 3/3: vc-git-checkin: Fix calling 'git apply --cac


From: Stefan Monnier
Subject: Re: master 511e3d4e798 3/3: vc-git-checkin: Fix calling 'git apply --cached' remotely
Date: Thu, 15 May 2025 11:18:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

> -              (vc-git-command nil 0 nil "apply" "--cached" patch-file)
> +              (vc-git-command nil 0 nil "apply" "--cached"
> +                              (file-local-name patch-file))

Curious: would `file-relative-name` work as well?
I think it's what we usually do in such circumstances.


        Stefan




reply via email to

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