From 77ef628397e3c8951051305e9601a7800c895b73 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 21 Jul 2009 10:13:16 +0200 Subject: [PATCH] Don't let "git push" reject trailing blank lines in modules files. --- ChangeLog | 4 ++++ modules/.gitattributes | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 modules/.gitattributes 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 -- 2.11.0