From 99b2d0ac993587d600badfec069d08855fd2f948 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 25 May 2010 13:01:32 +0200 Subject: [PATCH] fix another bug in ./all branch --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index 1e8c6902..4c649642 100755 --- 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 -- 2.39.2