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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ef628397e3c8951051305e9601a7800c895b73;p=pspp Don't let "git push" reject trailing blank lines in modules files. --- diff --git a/ChangeLog b/ChangeLog index 1b3d36c50a..36248ab781 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 0000000000..0d72641fad --- /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