mirror of https://tildegit.org/ben/dotfiles
add ansible-vault to .gitconfig
parent
21a5478434
commit
3313c24dbf
|
@ -2,9 +2,21 @@
|
||||||
email = ben@tilde.team
|
email = ben@tilde.team
|
||||||
name = Ben Harris
|
name = Ben Harris
|
||||||
signingkey = FC2255B7BBC7EABD4EFAFA1068907D8BCCD85A5A
|
signingkey = FC2255B7BBC7EABD4EFAFA1068907D8BCCD85A5A
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
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