icdiff
icdiff copied to clipboard
Do not print files that differ only in trailing cr while using --strip-trailing-cr
If the only difference in files is in trailing cr, these files are listed as different, despite using --strip-trailing-cr option. This can be really confusing while comparing many files (in recursive mode), where some of them use the same trailing cr and some does not.