From: Joey Hess Date: Mon, 16 Sep 2013 19:45:10 +0000 (-0400) Subject: set --trust-model=always when encrypting X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=912a827570fd01d27c8d6bb8b8aaae8c455488b9;p=gamesguru%2Fgit-remote-gcrypt.git set --trust-model=always when encrypting Otherwise gpg may prompt to verify if we want to encrypt to users who do not have a defined trust level. But, the participants setting explicitly listed them, so we know we want to encrypt to them. closes #3 --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index bb19652..182c5cb 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -313,7 +313,7 @@ CLEAN_FINAL() ENCRYPT() { - gpg --batch --force-mdc --compress-algo none --passphrase-fd 3 -c 3<