← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:enable-better-diff-via-gitattributes into launchpad:master

 

jugmac00 has proposed merging ~jugmac00/launchpad:enable-better-diff-via-gitattributes into launchpad:master.

Commit message:
enable better git diffs for Python files

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/409905
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:enable-better-diff-via-gitattributes into launchpad:master.
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..48f44e4
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.py    diff=python