From: Bruno Haible Date: Tue, 21 Jul 2009 08:13:16 +0000 (+0200) Subject: Don't let "git push" reject trailing blank lines in modules files. X-Git-Tag: v0.1~5762 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=77ef628397e3c8951051305e9601a7800c895b73;p=gnulib.git Don't let "git push" reject trailing blank lines in modules files. --- diff --git a/ChangeLog b/ChangeLog index 1b3d36c50..36248ab78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-21 Bruno Haible + + * modules/.gitattributes: New file. + 2009-07-20 Bruno Haible * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro. diff --git a/modules/.gitattributes b/modules/.gitattributes new file mode 100644 index 000000000..0d72641fa --- /dev/null +++ b/modules/.gitattributes @@ -0,0 +1,2 @@ +# "git diff --check" should not reject modules files which end in a blank line. +* whitespace=-trail