aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index 7aa8870..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1,9 +0,0 @@
1; git config --local include.path '../.gitconfig'
2[push]
3 recurseSubmodules = on-demand
4; Find a way to include this file automatically?
5; git -C nixops/secrets config --local diff.gpgdiffer.textconv "gpg --quiet -d"
6[diff "gpgdiffer"]
7 textconv = "gpg --quiet -d"
8[diff "sopsdiffer"]
9 textconv = "sops -d"