apply --whitespace: warn blank but not necessarily empty lines at EOF
commit94ea026b358f9fd5395d9344a80f2d5a50e93e1f
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2009 09:25:57 +0000 (4 02:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2009 18:50:26 +0000 (4 11:50 -0700)
treebbb48ff8199ac4687ebda43b0639b93be7145422
parent77b15bbd88e2f48de093ff0e60de6dbc11e3329e
apply --whitespace: warn blank but not necessarily empty lines at EOF

The whitespace error of adding blank lines at the end of file should
trigger if you added a non-empty line at the end, if the contents of the
line is full of whitespaces.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c
t/t4124-apply-ws-rule.sh