From: Rudolf Polzer Date: Wed, 13 Oct 2010 09:43:16 +0000 (+0200) Subject: clean --reclone: never delete master or the repo-branch X-Git-Tag: xonotic-v0.1.0preview~129 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=03fda54bbcf847a13ff9c30f7be53eab78bf4f3f;p=xonotic%2Fxonotic.git clean --reclone: never delete master or the repo-branch --- 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 ;;