From: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Date: Mon, 19 Mar 2007 10:50:30 -0300
> Hi David, > > Please pull from: > > master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.22 Pulled, thanks Arnaldo. Can you please verify the white-space in your patches in the future? I have a ton of whitespace warnings from GIT to fix up as I'm rebasing the net-2.6.22 tree. The following "pcheck" script (which I've probably posted like 10 or more times) works great for this. Unfortunately, when you "git commit" stuff GIT doesn't do whitespace damange checking by default, only when you are importing patches or similar :-/ #!/bin/sh set -x git apply --check --whitespace=error-all $1 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html