aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 7aa88705c591bb396d20e6f20c7fa21da0038ca4 (plain) (blame)
1
2
3
4
5
6
7
8
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"