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: John Yates
Subject: Re: On the adoption of transient.el
Date: Fri, 6 Aug 2021 08:39:51 -0400

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?

On the subject of new vc commands, I would love a vc equivalent
of git-timemachine.



reply via email to

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