Hello, I tried: git apply patch1.txt patch1.txt:34: trailing whitespace. patch1.txt:53: trailing whitespace. And "git diff" show differences but **does not** highlight anything. I tried in tchs and in Bash. Any ideas ? does "git diff" does highlight for anyone ? Rgs, Mark On Wed, Dec 17, 2008 at 9:34 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > "Mark Ryden" <markryde@xxxxxxxxx> writes: > >> 1) Is there a way to check whether there are white spaces in this >> file without running git-apply? > > "sed -n -e '/^+.*[ ]$/p' patch.txt" perhaps? > >> 2) Is there a way to get some messages about that there are white spaces >> when creating a git patch? > > Doesn't "git diff" highlight whitespace errors? That way, you can catch > errors before you make a commit that has them. > -- 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