Description
Hi I've configured a SVN post-hook with svnnotify that looks like this: svnnotify ----repos-path ......... ........................ --with-diff --diff-switches "-x -ub" ........................ The target here is to remove all the noise caused by "white space" changes. This would work almost perfect if the '-b | --ignore-space-change' would also ignore the trailing end of line white space. The GNU "diff -b" knows to ignore trailing white space. Cheers
Original issue reported by mteodor