From f47930332c480b18c279946c7188596d8bbf8f19 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 Subject: [PATCH] Add comment for configuration parameter split --- git-remote-gcrypt | 1 + 1 file changed, 1 insertion(+) diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 131515a..79b1194 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -115,6 +115,7 @@ make_new_repo() # ascii-encoded string used for symmetric encryption with GnuPG. local RECIPIENTS echo_info "Setting up new repository at $URL" + # Split recipients by space, example "a b c" => -R a -R b -R c RECIPIENTS=$(git config gcrypt.recipients | sed -e 's/\([^ ]\+\)/-R &/g') if [ -z "$RECIPIENTS" ] then