From af21ec73e2bf2a6aaec758b090902e7cf3ab96ad Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Sun, 16 Oct 2016 18:25:25 +0200 Subject: [PATCH] .gitattributes: introduce git attributes for improved Python diffs In the absence of respective instructions, git will use a rather generic approach to generate diffs and patches. Introduce a git attributes file which results in improved output for Python sources (i.e. all protocol decoders). Signed-off-by: Gerhard Sittig --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..125e3d3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python -- 2.30.2