From: rpolzer Date: Mon, 4 Oct 2010 10:14:12 +0000 (+0200) Subject: support pushurl X-Git-Tag: xonotic-v0.1.0preview~151 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=928c8a26c2f104059008293dbd612e6a365eaf35 support pushurl --- 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