From de371ed2b926168dcfa5815efdc196052cd060fb Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 18 Sep 2023 09:42:01 +1000 Subject: [PATCH] Add Bun .lockb diff support --- config/git/attributes | 1 + config/git/config | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/config/git/attributes b/config/git/attributes index b6fafc6..6ef3eb2 100644 --- a/config/git/attributes +++ b/config/git/attributes @@ -1,2 +1,3 @@ *.yml diff=dyff *.yaml diff=dyff +*.lockb binary diff=lockb diff --git a/config/git/config b/config/git/config index 1e28b98..0fb2848 100644 --- a/config/git/config +++ b/config/git/config @@ -53,6 +53,10 @@ binary = true textconv = "gpg -qd --no-tty" +[diff "lockb"] + binary = true + textconv = "bun" + [diff "sops"] textconv = "sops -d"