Gris Ge
2015-03-17 14:50:17 UTC
* Without this, 'git diff' don't trace at method level but class level.
* For more detail, please check:
http://stackoverflow.com/questions/2783086/how-does-git-diff-generate-hunk-descriptions
Signed-off-by: Gris Ge <***@redhat.com>
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..95105a3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.py diff=python
* For more detail, please check:
http://stackoverflow.com/questions/2783086/how-does-git-diff-generate-hunk-descriptions
Signed-off-by: Gris Ge <***@redhat.com>
---
.gitattributes | 1 +
1 file changed, 1 insertion(+)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..95105a3
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.py diff=python
--
1.8.3.1
1.8.3.1