# HG changeset patch # User Bruno Haible # Date 1248163996 -7200 # Node ID 957ea54e3885fa973bd5604ae7b086f8544fdf02 # Parent 99b6167ab3d5af830d6365a339df506dfeaf59b7 Don't let "git push" reject trailing blank lines in modules files. diff --git a/ChangeLog b/ChangeLog --- 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 --- /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