We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c436b5d commit 1dc6752Copy full SHA for 1dc6752
.gitattributes
@@ -0,0 +1,5 @@
1
+*.bcs diff=ie
2
+*.chu diff=ie
3
+*.pro diff=ie
4
+*.spl diff=ie
5
+*.vvc diff=ie
admin/enable-ie-git-diff
@@ -3,18 +3,9 @@
# output diffs of text dumps of the binary files it supports instead of just skipping
# them.
6
-#1. Install either.
+#1. Install either tool.
7
8
-#2. Register the blob types
9
-cat >> .gitattributes <<-"IE"
10
-*.bcs diff=ie
11
-*.chu diff=ie
12
-*.pro diff=ie
13
-*.spl diff=ie
14
-*.vvc diff=ie
15
-IE
16
-
17
-#3. Define the new diff driver and optionally make it cache the results:
+#2. Define the new diff driver and optionally make it cache the results:
18
# NOTE: use the correct path if the binary is not in the system path!
19
20
cat >> .git/config <<-"IE"
0 commit comments