changeset 11725:957ea54e3885

Don't let "git push" reject trailing blank lines in modules files.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Jul 2009 10:13:16 +0200
parents 99b6167ab3d5
children c694fa3f9d7d
files ChangeLog modules/.gitattributes
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
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