Skip to content
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

Missed changes in files with Windows newlines #43

Closed
lnicola opened this issue Feb 18, 2015 · 1 comment
Closed

Missed changes in files with Windows newlines #43

lnicola opened this issue Feb 18, 2015 · 1 comment

Comments

@lnicola
Copy link

lnicola commented Feb 18, 2015

With revision 824927d:

$ icdiff <(echo -n -e "hello i'm hiding\\x0d") <(echo -n -e "\\x0d")
/dev/fd/63                                                                                            /dev/fd/62                                                                                           

$ diff <(echo -n -e "hello i'm hiding\\x0d") <(echo -n -e "\\x0d")
1c1
< hello i'm hiding
\ No newline at end of file

---
> 
\ No newline at end of file
@lnicola lnicola changed the title Missed changes with Windows newlines Missed changes in files with Windows newlines Feb 18, 2015
@jeffkaufman
Copy link
Owner

This was fixed in 1.9.1 (along with a bunch of other windows newline handling)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants