diff options
author | Abhi Beckert <me@abhibeckert.com> | 2016-09-11 13:46:15 +1000 |
---|---|---|
committer | Abhi Beckert <me@abhibeckert.com> | 2016-09-11 13:46:15 +1000 |
commit | 9433aaa7073da5a82df4e4ef3a4bca39643a3935 (patch) | |
tree | d263729d8e8a06e83cb097cba614391e0fcc7475 /.gitattributes | |
parent | 4154cbaf36253825674c02b0391b78938200b359 (diff) | |
download | sequelpro-9433aaa7073da5a82df4e4ef3a4bca39643a3935.tar.gz sequelpro-9433aaa7073da5a82df4e4ef3a4bca39643a3935.tar.bz2 sequelpro-9433aaa7073da5a82df4e4ef3a4bca39643a3935.zip |
fix diff for strings
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 503fe51d..f4ed7ca7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1 @@ -# To enable smart diffing of *.strings files, run the following command: -# git config diff.localizablestrings.textconv "iconv -f utf-16 -t utf-8" -*.strings diff=localizablestrings - +*.strings diff |