-
-
Couldn't load subscription status.
- Fork 55
Improve interaction with Jj and change fn to diff-hl-resolved-revision #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This change looks very good to me. Passing a I also patched and verified it works. Thanks @dgutov ! |
|
Thanks for checking. A test reminds, though, that this way we might dropping support for buffer-local values of |
|
You are right. buffer-local |
|
I can revert that part, if that's needed. Something of note, however, is that the Git implementation, and the newly added Jj one, don't support buffer-local values for their corresponding programs. Should we fix that too? Maybe we could come up with a shared solution. |
|
I believe JJ and git already respect buffer-local variables since they do not switch to a temp buffer. For example, you can try setting |
|
Is Git really not affected?
Similarly for
Doesn't seem to have effect after |
|
Ops... I did not go into the implementation detail of I don't have strong opinion on respecting respecting |
|
All right, then I'm merging now. Open to revisiting this issue later, preferably with a solution that handles vc-git-program as well. |
Fixes #250