Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > Now, very arguably this is not a git issue at all. Having the odd nbsp > be more visible in my other tools would have been fine - either 'less' > showing it (the way it shows other control characters) or my terminal > making some visual distinction. That said, I think it's something that > git could perhaps protect against a bit. Yeah. I would have expected that "git log -p" would at least show after the fact, relying on "less" being aware about it, but that does not seem to be the case. Setting my pager to "cat -e" is the only workaround I can think of right now (shows "M-BM- " there), but of course that wouldn't be practical at all. We want to notice this during patch application. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html