- Ignore SVN property changes in PatchReader::Raw. They were mistaken
for line changes of the original patch.
- This fixes Bugzilla's patch viewer not to show SVN property changes as
line additions or removals of a file.
PR: 197607
Reported by: dim@
Approved by: toni.viemero@iki.fi (maintainer)
- Fix diff scan and output for new files within a non-CVS diff
- Fix file name mangling for new files with whitespace
- Convert line endings to unix
This also should fix an issue in Bugzilla for patch attachments being
truncated, if they contain new files.
Some changes from https://rt.cpan.org/Public/Bug/Display.html?id=94181 and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399391 were incorporated in this
patch.
PR: 193785, 190724
Approved by: toni.viemero@iki.fi (maintainer)