We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jj commit -i
I have a working copy with two files removed. If I try to create a commit with the removal only using commit -i, the created commit is empty.
commit -i
In the jj commit -i window, I selected the test/a changes. I did add some content to both a and b files using vi (random text)
test/a
Doing a jj commit test/a works as expected
jj commit test/a
The commit created using commit -i should contain the file removal.
The commit created using commit -i is empty (as indicated)
The text was updated successfully, but these errors were encountered:
I was able to reproduce without a folder.
Commands extracted from the image (removed the folder step) :
# in a empty temporary folder jj git init hx a hx b jj commit -m "first" rm a jj st jj commit -i -m "second" ls test
Sorry, something went wrong.
Sounds like #3702
That's our most upvoted bug, btw (but there are more-updated FRs). If anyone wants to help with that, it would be greatly appreciated.
No branches or pull requests
Description
I have a working copy with two files removed. If I try to create a commit with the removal only using
commit -i
, the created commit is empty.Steps to Reproduce the Problem
In the
jj commit -i
window, I selected thetest/a
changes. I did add some content to both a and b files using vi (random text)Doing a
jj commit test/a
works as expectedExpected Behavior
The commit created using
commit -i
should contain the file removal.Actual Behavior
The commit created using
commit -i
is empty (as indicated)Specifications
The text was updated successfully, but these errors were encountered: