-
Notifications
You must be signed in to change notification settings - Fork 411
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
Support diff -u ... | delta #53
Comments
Thanks, absolutely agree this makes sense. (Indeed it makes me uncomfortable that the package name is Incidentally, this would make a good issue for anyone looking for a smallish Rust exercise. |
I'm pretty new to Rust and I would like to start contributing to OSS. Do you mind if I take a stab at this? |
@m-lima That would be great, thanks very much! Feel free to discuss further / ask me any questions. |
Thanks @dandavison, I will get started on it @fdcds I wasn't able to really replicate the problem on version 0.0.14 |
I understood the situation now. It is more accentuated when comparing directories, and you have multiple file headers. |
Thanks a lot to both of you! |
It would be nice if
diff -u ... | delta
was supported. Currentlydelta
does not appear to parse the header correctly and instead passes on some garbage:Note how the
diff
command forfile2
even lost its first character. (It actually displays like that and is not a copy & paste mistake by me.)Using delta version 0.0.14.
The text was updated successfully, but these errors were encountered: