"Hannes Eder" <hannes.eder@xxxxxxxxx> writes: > It's not uncommon to have a lines with a single form feed in it, e.g. > the default GPL COPYING and also in .c files and others. Attached > patch allows this in the pre-commit hook. Hmm. The current trend is to get rid of the whitespace checks from this hook and enrich git-diff --check and git-apply --whitespace=error. I've been planning to add a new whitespace error rule that allows ^M at the end of line, post 1.5.4. Another rule that allows a lone ^L would match what you are doing here, and it would be a good addition as well. - 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