From: Gerhard Sittig Date: Sun, 16 Oct 2016 16:25:25 +0000 (+0200) Subject: .gitattributes: introduce git attributes for improved Python diffs X-Git-Tag: libsigrokdecode-0.5.0~131 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=af21ec73e2bf2a6aaec758b090902e7cf3ab96ad .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 --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..125e3d3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python