.git-crypt/unlock.sh: Made clear that this script is only meant for me

This commit is contained in:
kalmenn 2023-12-22 00:56:16 +01:00
parent e2cb54fad5
commit e9d16de77a
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -5,6 +5,9 @@
# config broken until the repo is decrypted.
# However, decrypting with git-crypt unlock is not possible without a working
# git config (it needs it to figure out which gpg key to use for decrypting)
#
# For now, this is hardcoded for my key. So if I ever give other people access,
# I guess: TODO: decrypt using the first matching key in gpg, or throw an error
git_crypt_key="/tmp/git-crypt_key.tmp";