<http://webkit.org/b/88447>
Reviewed by Adam Roben.
* .gitattributes: Set diff attribute for *.strings files so
git-diff doesn't complain about them being binary files once the
git-config command is run.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@119619
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
*/objc/*.h diff=objcppheader
*/*/objc/*.h diff=objcppheader
+# 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
+
*.vcproj eol=crlf
*.vsprops eol=crlf
*.sln eol=crlf
+2012-06-06 David Kilzer <ddkilzer@apple.com>
+
+ Teach git about localizable *.strings files
+ <http://webkit.org/b/88447>
+
+ Reviewed by Adam Roben.
+
+ * .gitattributes: Set diff attribute for *.strings files so
+ git-diff doesn't complain about them being binary files once the
+ git-config command is run.
+
2012-06-06 Andy Wingo <wingo@igalia.com>
[GTK] Enable the LLInt