#3 Remove textconv filter so that we can see encrypted content when staged
(peace of mind seeing the encrypted contents)
This commit is contained in:
parent
754ac9a5a2
commit
16e3069d39
@ -21,4 +21,3 @@ fi
|
|||||||
git config --local filter.sops.smudge "$SOPS_DIR/decrypt-filter.sh %f"
|
git config --local filter.sops.smudge "$SOPS_DIR/decrypt-filter.sh %f"
|
||||||
git config --local filter.sops.clean "$SOPS_DIR/encrypt-filter.sh %f"
|
git config --local filter.sops.clean "$SOPS_DIR/encrypt-filter.sh %f"
|
||||||
git config --local filter.sops.required true
|
git config --local filter.sops.required true
|
||||||
git config --local diff.sops.textconv "sops decrypt"
|
|
Loading…
Reference in New Issue
Block a user