From 282c67a117b7d349b30a96972b050d630f906dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 7 Oct 2021 15:17:30 +0200 Subject: Refactor secrets handling --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index e503780..7aa8870 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,9 @@ ; git config --local include.path '../.gitconfig' [push] recurseSubmodules = on-demand +; Find a way to include this file automatically? +; git -C nixops/secrets config --local diff.gpgdiffer.textconv "gpg --quiet -d" +[diff "gpgdiffer"] + textconv = "gpg --quiet -d" +[diff "sopsdiffer"] + textconv = "sops -d" -- cgit v1.2.3