From 5065d9479104ea447dcd45e04e732ed167c15af0 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 16 Apr 2010 19:09:06 +0200 Subject: [PATCH] let's allow the forcing in git-fetch again, as we WANT to allow rebasing in /rebase/ branches --- all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/all b/all index 57d92453..4df3b9a1 100755 --- a/all +++ b/all @@ -153,7 +153,8 @@ case "$cmd" in fi ;; esac - verbose git config remote.origin.fetch "refs/heads/*:refs/remotes/origin/*" + verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" + # TODO remove this line later r=`git symbolic-ref HEAD` r=${r#refs/heads/} -- 2.39.2