chiark / gitweb /
documentation: make the search test data diffable.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 23:16:17 +0000 (01:16 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 23:46:42 +0000 (01:46 +0200)
documentation/test_doxygen/js-test-data/.gitattributes [new file with mode: 0644]

diff --git a/documentation/test_doxygen/js-test-data/.gitattributes b/documentation/test_doxygen/js-test-data/.gitattributes
new file mode 100644 (file)
index 0000000..51c4f07
--- /dev/null
@@ -0,0 +1,10 @@
+# You have to add the following to your .git/config or global
+# ~/.gitconfig to make the binary diffs work (without the comment
+# character, of course):
+#
+# [diff "hex"]
+#     textconv = hexdump -v -C
+#     binary = true
+#
+
+*.bin binary diff=hex