Module: libav
Branch: master
Commit: 0f257e29c5520b215e573e7e3abde8e5a4743309

Author:    Reinhard Tartler <siret...@tauware.de>
Committer: Reinhard Tartler <siret...@tauware.de>
Date:      Fri Nov 28 09:52:50 2014 -0500

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-li...@jannau.net>

---

 .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

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to