From 902c63dec35e0efa4d34db77d4fe9f5ad09b1f0e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Jun 2023 16:31:06 +0200 Subject: Use euro-diff for diffs --- .gitattributes | 1 + euro-diff | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100755 euro-diff diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..12bcb23 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +data/coins diff=euro-diff diff --git a/euro-diff b/euro-diff new file mode 100755 index 0000000..7022bba --- /dev/null +++ b/euro-diff @@ -0,0 +1,3 @@ +#!/bin/sh + +euro-diff "$2" "$5" -- cgit v1.2.3