From: Vladimír Vondruš Date: Sun, 14 Jul 2019 23:16:17 +0000 (+0200) Subject: documentation: make the search test data diffable. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=d78548966862bbed6cc77af9e75d5d5ce94495ab;p=blog.git documentation: make the search test data diffable. --- diff --git a/documentation/test_doxygen/js-test-data/.gitattributes b/documentation/test_doxygen/js-test-data/.gitattributes new file mode 100644 index 00000000..51c4f079 --- /dev/null +++ b/documentation/test_doxygen/js-test-data/.gitattributes @@ -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