Module: libav Branch: release/10 Commit: 2bcd8f22f2fae253d87b11a5c9f8805d79253180
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> 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 <[email protected]> (cherry picked from commit b877814e09b9f25308ec205cf48bb9554b33e95c) Signed-off-by: Reinhard Tartler <[email protected]> --- .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 [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
