summaryrefslogtreecommitdiff
path: root/git-mirror
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-15 04:06:42 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-15 04:06:42 -0500
commit445d6d320e75917eb6678648b1571be97cf3dcd9 (patch)
treeed49ef34576cf2b60a56e077ba046f6641435b0d /git-mirror
parent1c283ae4872218265c97785d17bb4b16aea93cb3 (diff)
more
Diffstat (limited to 'git-mirror')
-rwxr-xr-xgit-mirror3
1 files changed, 2 insertions, 1 deletions
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