[FFmpeg-cvslog] Treat all '*.pnm' files as non-text file
Reinhard Tartler
git at videolan.org
Tue Dec 2 11:53:09 CET 2014
ffmpeg | branch: release/2.4 | Reinhard Tartler <siretart at tauware.de> | Fri Nov 28 09:52:50 2014 -0500| [ce99ef48ea025e90351079964d63be815374f089] | committer: Reinhard Tartler
Treat all '*.pnm' files as non-text file
This convinces the pre-receive hook to not consider all *.pnm files as
text files to reduce the patch sizes and avoids triggering whitespace
checks,
Contains a correction by Janne Grunau <janne-libav at jannau.net>
(cherry picked from commit 0f257e29c5520b215e573e7e3abde8e5a4743309)
Signed-off-by: Reinhard Tartler <siretart at tauware.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce99ef48ea025e90351079964d63be815374f089
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a900528
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.pnm -diff -text
More information about the ffmpeg-cvslog
mailing list