From: root Date: Tue, 6 Nov 2012 22:21:51 +0000 (+0900) Subject: Simplify formatting of the manifest X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=b54768df01ee2421f5e7fc3744ca47b6887ed8c0;p=gamesguru%2Fgit-remote-gcrypt.git Simplify formatting of the manifest --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index b353691..3db71d5 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -84,7 +84,6 @@ splitcolon() setvar "$2" "${1%%:*}" setvar "$3" "${1#*:}" } -repoidstr() { xecho "repo $Repoid"; } ## gitception part # Fetch giturl $1, file $2 @@ -718,9 +717,13 @@ EOF TmpManifest_Enc="$Localdir/tmp_manifest.$$" - (xecho "$Branchlist"; xecho "$Packlist"; xecho "$Keeplist"; - repoidstr; xecho "$Extension_list") | - PRIVENCRYPT "$Recipients" > "$TmpManifest_Enc" + PRIVENCRYPT "$Recipients" > "$TmpManifest_Enc" <