From: Junio C Hamano Date: Fri, 4 Sep 2009 09:25:57 +0000 (-0700) Subject: apply --whitespace: warn blank but not necessarily empty lines at EOF X-Git-Tag: v1.6.5.3~11^2~3^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/94ea026b358f9fd5395d9344a80f2d5a50e93e1f?hp=94ea026b358f9fd5395d9344a80f2d5a50e93e1f 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 ---