commit 77594ebff0f6ea17039f4db03281aa6fbee29534 (tree) parent c9e6ae999f1acd2b13df1db6689881ab8c651327 Author: Motiejus Jakštys <desired.mta@gmail.com> Date: Sat, 20 Jun 2020 02:02:22 +0300 automatically fill trustdbdiff Diffstat:
| M | .envrc | | | 4 | ++++ |
| M | .gitattributes | | | 2 | +- |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.envrc b/.envrc @@ -1 +1,5 @@ PATH_add tools + +if [ -z "$(git config diff.trustdb.textconv)" ]; then + git config diff.trustdb.textconv trustdbdiff +fi diff --git a/.gitattributes b/.gitattributes @@ -10,4 +10,4 @@ domain.csr filter=git-crypt diff=git-crypt # ssh id_ed25519 filter=git-crypt diff=git-crypt -trustdb.gpg diff=trustdbdiff +trustdb.gpg diff=trustdb