Skip to content

Ignore word wrapping newlines when creating message diffs

Karl Ove Hufthammer requested to merge work/huftis/ignore-newlines-in-diff into master

The previous and current messages IDs have arbitrary newlines caused by automatic (or manual) word wrapping. They have no inherent meaning, and they should not appear as differences between the previous and current message IDs.

Note that this change only affects word wrapping newlines. Manual \n characters in the messages are not ignored.

Merge request reports