Hallo, Larry Troxler hat gesagt: // Larry Troxler wrote:
Not good, but I guess that's ok. It's more important that "patch" and "diff" have options to ignore whitespace. I haven't checked yet.
Yes:
diff: -b --ignore-space-change Ignore changes in the amount of white space. -w --ignore-all-space Ignore all white space.
patch: -l --ignore-whitespace Ignore white space changes between patch and input.
ciao