From 445d6d320e75917eb6678648b1571be97cf3dcd9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 15 Dec 2016 04:06:42 -0500 Subject: more --- git-mirror | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-mirror') diff --git a/git-mirror b/git-mirror index ed69ac3..d9e1932 100755 --- a/git-mirror +++ b/git-mirror @@ -90,8 +90,9 @@ upload() { # push metadata { - printf '%q ' set-meta "${remote#*:}" "${params[@]}" + printf '%q ' set-meta "${remote#*:}" git config --file "$local/config" --get-regexp '^git-mirror[.]' -z|sed -z 's/ /=/'|xargs -0r printf '%q ' + printf '%q ' "${params[@]}" } | account "${remote%%:*}" # push repository local repo_mode -- cgit v1.2.3