Title: [180067] trunk/Source/WebInspectorUI
Revision
180067
Author
timo...@apple.com
Date
2015-02-13 11:57:46 -0800 (Fri, 13 Feb 2015)

Log Message

Web Inspector: support better git diff of localizedStrings.js
https://bugs.webkit.org/show_bug.cgi?id=137237

Reviewed by Joseph Pecoraro.

* .gitattributes: Added.

Modified Paths

Added Paths

Diff

Added: trunk/Source/WebInspectorUI/.gitattributes (0 => 180067)


--- trunk/Source/WebInspectorUI/.gitattributes	                        (rev 0)
+++ trunk/Source/WebInspectorUI/.gitattributes	2015-02-13 19:57:46 UTC (rev 180067)
@@ -0,0 +1,3 @@
+# To enable smart diffing of localizedStrings.js, run the following command:
+# git config diff.localizablestrings.textconv "iconv -f utf-16 -t utf-8"
+localizedStrings.js diff=localizablestrings

Modified: trunk/Source/WebInspectorUI/ChangeLog (180066 => 180067)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-02-13 19:52:56 UTC (rev 180066)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-02-13 19:57:46 UTC (rev 180067)
@@ -1,3 +1,12 @@
+2015-02-13  Timothy Hatcher  <timo...@apple.com>
+
+        Web Inspector: support better git diff of localizedStrings.js
+        https://bugs.webkit.org/show_bug.cgi?id=137237
+
+        Reviewed by Joseph Pecoraro.
+
+        * .gitattributes: Added.
+
 2015-02-12  Brian J. Burg  <b...@cs.washington.edu>
 
         Web Inspector: add keyboard shortcut to enable/disable all breakpoints
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to