Don't let "git push" reject trailing blank lines in modules files.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jul 2009 08:13:16 +0000 (10:13 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Jul 2009 08:13:16 +0000 (10:13 +0200)
ChangeLog
modules/.gitattributes [new file with mode: 0644]

index 1b3d36c..36248ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-21  Bruno Haible  <bruno@clisp.org>
+
+       * modules/.gitattributes: New file.
+
 2009-07-20  Bruno Haible  <bruno@clisp.org>
 
        * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
diff --git a/modules/.gitattributes b/modules/.gitattributes
new file mode 100644 (file)
index 0000000..0d72641
--- /dev/null
@@ -0,0 +1,2 @@
+# "git diff --check" should not reject modules files which end in a blank line.
+* whitespace=-trail