-
Notifications
You must be signed in to change notification settings - Fork 398
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
🐛Handle diff.submodule log #60
Comments
Proposal how to fix this: A hunk in unified diff starts with So your state machine can be quite dump: You go into a "hunk state" once you reach For robustness, you should probably also stop when you find a line that does not match |
Somehow this seems to not have worked. With
With
I.e. the changes to the commits are not displayed any longer. It thus appears that |
Hi @fdcds Sorry this second bug has taken so long to fix. I can reproduce it. I notice that a workaround would be to use |
It appears that delta has some trouble finding the end of a hunk:
Is displayed (roughly) as:
Note how "Submodule"'s first character gets removed by delta.
Using delta 0.0.14.
The text was updated successfully, but these errors were encountered: