From 367ced925b56345b701f6e1c0be66c4d5474c6c2 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Feb 2013 18:38:54 +0100 Subject: Simplify PRIVENCRYPT --- git-remote-gcrypt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'git-remote-gcrypt') diff --git a/git-remote-gcrypt b/git-remote-gcrypt index cb3dfea..37df237 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -288,16 +288,6 @@ CLEAN_FINAL() fi } -addsignkeyparam() -{ - if isnull "$Conf_signkey"; then - "$@" - else - "$@" -u "$Conf_signkey" - fi -} - - ENCRYPT() { gpg --batch --force-mdc --compress-algo none --passphrase-fd 3 -c 3<