From 9110705c1f0cdfa65f91ecdb636065c033b5f0b2 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 6 Dec 2016 14:16:03 +0000 Subject: sync-github-mirror: drop unused line --- sync-github-mirror | 1 - 1 file changed, 1 deletion(-) (limited to 'sync-github-mirror') diff --git a/sync-github-mirror b/sync-github-mirror index 1032fac..9222f50 100755 --- a/sync-github-mirror +++ b/sync-github-mirror @@ -132,7 +132,6 @@ def main (): try: out = tempfile.NamedTemporaryFile (prefix="github",suffix="std") err = tempfile.NamedTemporaryFile (prefix="github",suffix="err") - command = 'git config --local push.default matching' command = 'git push --force --no-verify --prune git@github.com:%s/%s refs/heads/*:refs/heads/*' % (ORGANIZATION, github_name) subprocess.check_call(shlex.split(command), stderr=err, stdout=out) command = 'git push --force --no-verify --prune git@github.com:%s/%s refs/tags/*:refs/tags/*' % (ORGANIZATION, github_name) -- cgit v1.2.3