mirror of https://tildegit.org/ben/dotfiles
add ansible-vault to .gitconfig
parent
21a5478434
commit
3313c24dbf
|
@ -2,9 +2,21 @@
|
|||
email = ben@tilde.team
|
||||
name = Ben Harris
|
||||
signingkey = FC2255B7BBC7EABD4EFAFA1068907D8BCCD85A5A
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[pull]
|
||||
ff = only
|
||||
|
||||
[diff "gpg"]
|
||||
textconv = gpg --no-tty --decrypt
|
||||
cachetextconv = false
|
||||
|
||||
[diff "ansible-vault"]
|
||||
textconv = ansible-vault view
|
||||
cachetextconv = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue