#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:
Joey Hafner 2024-08-28 13:14:39 -07:00
parent 754ac9a5a2
commit 16e3069d39
No known key found for this signature in database

View File

@ -20,5 +20,4 @@ fi
# Configure the git filters
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.required true
git config --local diff.sops.textconv "sops decrypt"
git config --local filter.sops.required true