From: Rudolf Polzer Date: Sat, 18 Sep 2010 11:09:46 +0000 (+0200) Subject: ./all clean --reclone X-Git-Tag: xonotic-v0.1.0preview~202^2~5 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=20c8db330f295eeec19b7fb4a63153618b8213c2 ./all clean --reclone --- diff --git a/all b/all index e4eb461f..12e4501f 100755 --- a/all +++ b/all @@ -900,8 +900,15 @@ case "$cmd" in killbranches=false # usage: # ./all clean [-m] [-f | -fu] [-r] [-D] + # ./all clean --reclone while :; do - if [ x"$1" = x"-f" ]; then + if [ x"$1" = x"--reclone" ]; then + force=true + gotoupstream=true + gotomaster=true + rmuntracked=true + killbranches=true + elif [ x"$1" = x"-f" ]; then force=true elif [ x"$1" = x"-u" ]; then gotoupstream=true