This is an automated email from the ASF dual-hosted git repository.

mmior pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 645aa1a  Set diff pattern for CSS files in .gitattributes
645aa1a is described below

commit 645aa1a9561cbf12ac5c24daecc9971a7fcca651
Author: Michael Mior <[email protected]>
AuthorDate: Mon Oct 19 17:59:23 2020 -0400

    Set diff pattern for CSS files in .gitattributes
---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index c1b84ca..8915218 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -9,7 +9,7 @@
 *.py     text diff=python executable
 *.pl     text diff=perl executable
 *.pm     text diff=perl
-*.css    text
+*.css    text diff=css
 *.js     text
 *.sql    text
 *.q      text

Reply via email to