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
I don't think there's a way to make git STOP bitching about "No Newline at end of file"
When it does it screws up the last line when it passes through dwdiff. We can do some additional sed hackery to address this I'm sure.
dwdiff
sed
The text was updated successfully, but these errors were encountered:
added sed replacement to partially compensate for issue #2
27d417c
dwdiff has poor handling of git's "Now newline at end of file" message. Especially when one of the files has the problem and the other doesn't.
No branches or pull requests
I don't think there's a way to make git STOP bitching about "No Newline at end of file"
When it does it screws up the last line when it passes through
dwdiff
.We can do some additional
sed
hackery to address this I'm sure.The text was updated successfully, but these errors were encountered: