From 928c8a26c2f104059008293dbd612e6a365eaf35 Mon Sep 17 00:00:00 2001 From: rpolzer Date: Mon, 4 Oct 2010 12:14:12 +0200 Subject: [PATCH] support pushurl --- all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/all b/all index 8f4d25b7..5812b82f 100755 --- a/all +++ b/all @@ -343,9 +343,9 @@ case "$cmd" in fix_git_config verbose git config remote.origin.url "$url" if [ -n "$pushurl" ]; then - verbose git config --unset remote.origin.pushurl - else verbose git config remote.origin.pushurl "$pushurl" + else + verbose git config --unset remote.origin.pushurl fi verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" r=`git symbolic-ref HEAD` @@ -371,9 +371,9 @@ case "$cmd" in verbose git clone "$url" "$d0/$d" enter "$d0/$d" verbose if [ -n "$pushurl" ]; then - verbose git config --unset remote.origin.pushurl - else verbose git config remote.origin.pushurl "$pushurl" + else + verbose git config --unset remote.origin.pushurl fi fix_git_config if [ "$branch" != "master" ]; then -- 2.39.2