-
Notifications
You must be signed in to change notification settings - Fork 372
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
Use of scm-diff-editor will create an extra JJ-INSTRUCTIONS change in jj split
#4984
Comments
Does the file actually get committed? I had thought the file appears for all diff editors, and is ignored regardless of whether it gets selected. |
If it's true that selecting/unselecting It's also interesting that I also opened arxanas/scm-record#78 to suggest adding a more-integrated way of providing help text with the built-in editor. |
Confirm that the |
I think this is working as intended then. See https://martinvonz.github.io/jj/latest/config/#jj-instructions for how to disable the |
@martinvonz I think action items here would be
@ccll Would those have helped you in this case? Perhaps you're interested in trying the above? |
I've disabled the file with @martinvonz 's suggestion. |
Description
While the bug below has not been fixed, I'm trying to use the vanilla
scm-diff-editor
as said to work.jj split
(when using the built-in diff editor) #3702It works on deleted files when
jj split
, but has another issue: a dummy JJ-INSTRUCTIONS appears as a change.Steps to Reproduce the Problem
install scm-diff-editor
cargo install scm-diff-editor
set diff-editor to scm-diff-editor
jj split
Expected Behavior
Just show the exact changes, nothing more, nothing less.
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: