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
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

