From 03fda54bbcf847a13ff9c30f7be53eab78bf4f3f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 13 Oct 2010 11:43:16 +0200 Subject: [PATCH] clean --reclone: never delete master or the repo-branch --- all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all b/all index 282a6903..5eb4af73 100755 --- a/all +++ b/all @@ -1075,6 +1075,8 @@ case "$cmd" in verbose git branch -D "${B#refs/heads/}" fi done + verbose git branch -t master origin/master || true + verbose git branch -t "`repobranch "$d"`" origin/"`repobranch "$d"`" || true fi done ;; -- 2.39.2