From e35eb5b3d5d4487b882d754b8ef74f0c6a186145 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 4 Feb 2023 09:27:14 -0500 Subject: [PATCH] Make ./all clean --reclone work with gmqcc repo. --- misc/tools/all/git.subr | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/tools/all/git.subr b/misc/tools/all/git.subr index 7d819456..88aefa28 100644 --- a/misc/tools/all/git.subr +++ b/misc/tools/all/git.subr @@ -962,7 +962,6 @@ case "$cmd" in verbose git branch -D "${B#refs/heads/}" fi done - git rev-parse refs/heads/master >/dev/null 2>&1 || verbose git branch --track master origin/master || true git rev-parse "refs/heads/$branch" >/dev/null 2>&1 || verbose git branch --track "$branch" origin/"$branch" || true fi checkself "$cmd" "$@" -- 2.39.2