From 18e9ad1121da2534161b73b8bfd71742394be93c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 Subject: [PATCH] Use gcrypt: prefix for info messages --- git-remote-gcrypt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/git-remote-gcrypt b/git-remote-gcrypt index ea7b6d9..c2eea8f 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -106,7 +106,7 @@ append() } tac() { sed '1!G;h;$!d'; } -echo_info() { echo "$@" >&2; } +echo_info() { echo "gcrypt:" "$@" >&2; } make_new_repo() { @@ -119,9 +119,9 @@ make_new_repo() RECIPIENTS=$(git config gcrypt.recipients | sed -e 's/\([^ ]\+\)/-R &/g') if [ -z "$RECIPIENTS" ] then - echo_info "> You must configure which GnuPG recipients can access the repository." - echo_info "> To setup for all your git repositories, use::" - echo_info "> git config --global gcrypt.recipients KEYID" + echo_info "You must configure which GnuPG recipients can access the repository." + echo_info "To setup for all your git repositories, use::" + echo_info " git config --global gcrypt.recipients KEYID" exit 1 fi PUTREPO "$URL"