diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-07 15:17:30 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-10-13 00:00:55 +0200 |
commit | 282c67a117b7d349b30a96972b050d630f906dec (patch) | |
tree | 6686bdc126d5c0bd548cd6286a41be5c8cfdc01f /.gitconfig | |
parent | 97f5a24bc8839328571b23eb5f910de206ddbe1f (diff) | |
download | Nix-282c67a117b7d349b30a96972b050d630f906dec.tar.gz Nix-282c67a117b7d349b30a96972b050d630f906dec.tar.zst Nix-282c67a117b7d349b30a96972b050d630f906dec.zip |
Refactor secrets handling
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ | |||
1 | ; git config --local include.path '../.gitconfig' | 1 | ; git config --local include.path '../.gitconfig' |
2 | [push] | 2 | [push] |
3 | recurseSubmodules = on-demand | 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" | ||