]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix another bug in ./all branch
authorRudolf Polzer <divverent@alientrap.org>
Tue, 25 May 2010 11:01:32 +0000 (13:01 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 25 May 2010 11:01:32 +0000 (13:01 +0200)
all

diff --git a/all b/all
index 1e8c690205c115d677778221cf3e3decd9796895..4c649642fa6276bd0ad4c4a5e44285aa7ac625ce 100755 (executable)
--- a/all
+++ b/all
@@ -308,7 +308,7 @@ case "$cmd" in
                                                # TODO do this without pushing
                                                verbose git checkout -b "$branch" "$b"
                                                verbose git config "branch.$branch.remote" "$remote"
-                                               verbose git config "branch.$branch.merge" "refs/heads/$b"
+                                               verbose git config "branch.$branch.merge" "refs/heads/$branch"
                                                verbose git push origin "$branch"
                                        fi
                                fi