emacs-devel
[Top][All Lists]
Advanced

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

Re: On the adoption of transient.el


From: Stefan Monnier
Subject: Re: On the adoption of transient.el
Date: Fri, 06 Aug 2021 10:42:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

John Yates [2021-08-06 08:39:51] wrote:
> On Thu, Aug 5, 2021 at 7:41 PM Juri Linkov <juri@linkov.net> wrote:
>> Currently I'm finishing implementation of a new vc command ...
> [..SNIP..]
>> it works by running three git commands:
>>
>> `git stash push -m stash_name -- list_of_file_names_from_diff`
>> `cat diff_buffer.patch | git am` # should also handle return code
>> `git stash pop -q`
>
> Will this new command work with all vc supported [D]VCSs?

I don't know the practical answer, but I do know in theory it could:
we just need to add generic support for "stash".


        Stefan




reply via email to

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